HomeSort by: relevance | last modified time | path
    Searched defs:protosw (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/sys/
protosw.h 1 /* $NetBSD: protosw.h,v 1.69 2018/09/14 05:09:51 maxv Exp $ */
31 * @(#)protosw.h 8.1 (Berkeley) 6/2/93
71 struct protosw { struct
125 * (*protosw[].pr_usrreq)(up, req, m, nam, opt, p);
176 * (*protosw[].pr_ctlinput)(cmd, sa, arg);
219 * (*protosw[].pr_ctloutput)(req, so, sopt);
280 const struct protosw *pffindproto(int, int, int);
281 const struct protosw *pffindtype(int, int);

Completed in 12 milliseconds