Home
last modified time | relevance | path

Searched defs:sockproto (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Dsocket.h266 struct sockproto { struct
267 u_short sp_family; /* address family */
268 u_short sp_protocol; /* protocol */
/netbsd-src/usr.bin/kdump/
H A Dkdump.c582 sockproto(register_t proto) in sockproto() function