Searched defs:protosw (Results 1 – 1 of 1) sorted by relevance
32 struct protosw { struct33 short pr_type; /* socket type used for */34 struct domain *pr_domain; /* domain protocol a member of */35 short pr_protocol; /* protocol number */36 short pr_flags; /* see below */38 void (*pr_input)(); /* input to protocol (from below) */39 int (*pr_output)(); /* output to protocol (from above) */40 void (*pr_ctlinput)(); /* control input (from below) */41 int (*pr_ctloutput)(); /* control output (from above) */43 int (*pr_usrreq)(); /* user request: see list below */[all …]