Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dprotosw.h105 struct protosw { struct
106 short pr_type; /* socket type used for */
107 short pr_protocol; /* protocol number */
108 short pr_flags; /* see below */
109 short pr_unused;
110 struct domain *pr_domain; /* domain protocol a member of */
112 pr_soreceive_t *pr_soreceive; /* recv(2) */
113 pr_sosend_t *pr_sosend; /* send(2) */
114 pr_send_t *pr_send; /* send(2) via sosend_generic() */
115 pr_sendfile_wait_t *pr_sendfile_wait; /* sendfile helper */
[all …]
/freebsd/sys/kern/
H A Duipc_debug.c471 DB_SHOW_COMMAND(protosw, db_show_protosw) in DB_SHOW_COMMAND() argument