Lines Matching defs:ip6protosw
114 struct ip6protosw { struct
115 int pr_type; /* socket type used for */
116 struct domain *pr_domain; /* domain protocol a member of */
117 short pr_protocol; /* protocol number */
118 short pr_flags; /* see below */
121 int (*pr_input) /* input to protocol (from below) */
123 void *(*pr_ctlinput) /* control input (from below) */
125 int (*pr_ctloutput) /* control output (from above) */
129 const struct pr_usrreqs *pr_usrreqs;
132 void (*pr_init) /* initialization hook */
156 extern const struct ip6protosw inet6sw[]; argument