'\" t .\" Title: function::sock_fam_str2num .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: November 2020 .\" Manual: Socket Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "FUNCTION::SOCK_FAM_S" "3stap" "November 2020" "SystemTap Tapset Reference" "Socket Tapset" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" function::sock_fam_str2num \- Given a protocol family name (string), return the corresponding protocol family number .SH "SYNOPSIS" .sp .nf sock_fam_str2num:long(family:string) .fi .SH "ARGUMENTS" .PP \fIfamily\fR .RS 4 The family name .RE .SH SEE ALSO\n .IR tapset::socket (3stap)