getprotobyname

getprotobyname -- get protocol number associated with protocol name

Description

int getprotobyname(string name);

getprotobyname() returns the protocol number associated with the protocol name as per /etc/protocols. See also getprotobynumber().