Searched defs:protosw (Results 1 – 1 of 1) sorted by relevance
71 struct protosw { struct72 short pr_type; /* socket type used for */73 struct domain *pr_domain; /* domain protocol a member of */74 short pr_protocol; /* protocol number */75 short pr_flags; /* see below */77 int (*pr_input)(); /* input to protocol (from below) */78 int (*pr_output)(); /* output to protocol (from above) */79 int (*pr_ctlinput)(); /* control input (from below) */80 int (*pr_ctloutput)(); /* control output (from above) */82 int (*pr_usrreq)(); /* user request: see list below */[all …]