Sock_State_Num2Str; Sock_State_Str2Num - Red Hat ENTERPRISE LINUX 5.4 - SYSTEMTAP TAPSET Reference Manual

Systemtap tapset reference
Hide thumbs Also See for ENTERPRISE LINUX 5.4 - SYSTEMTAP TAPSET:
Table of Contents

Advertisement

Chapter 9. Socket Tapset
Synopsis
function sock_fam_str2num:long(family:string)
Arguments
family
The family name.
Description
protocol family number.
Name
sock_state_num2str — Given a socket state number, return a string representation.
Synopsis
function sock_state_num2str:string(state:long)
Arguments
state
The state number.
Name
sock_state_str2num — Given a socket state string, return the corresponding state number.
Synopsis
function sock_state_str2num:long(state:string)
Arguments
state
The state name.
60

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ENTERPRISE LINUX 5.4 - SYSTEMTAP TAPSET and is the answer not in the manual?

Questions and answers

Table of Contents