Searched defs:ip6protosw (Results 1 – 1 of 1) sorted by relevance
155 struct ip6protosw { struct157 struct domain *pr_domain; /* domain protocol a member of */158 struct protosw *pr_protosw; /* pointer to self */159 u_int16_t pr_type; /* socket type used for */160 u_int16_t pr_protocol; /* protocol number */161 u_int32_t pr_flags; /* see below */165 int (*pr_input) /* input to protocol (from below) */167 int (*pr_output) /* output to protocol (from above) */170 void (*pr_ctlinput) /* control input (from below) */172 int (*pr_ctloutput) /* control output (from above) */[all …]