Searched defs:sockproto (Results 1 – 2 of 2) sorted by relevance
266 struct sockproto { struct267 u_short sp_family; /* address family */268 u_short sp_protocol; /* protocol */
582 sockproto(register_t proto) in sockproto() function