Searched defs:udp_input (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/bsnmp/snmpd/ |
H A D | trans_udp.c | 94 udp_input(int fd __unused, void *udata) in udp_input() function
|
/freebsd-src/sys/netipsec/ |
H A D | subr_ipsec.c | 341 IPSEC_KMOD_METHOD(int,ipsec_kmod_udp_input,sc,udp_input,METHOD_DECL (struct ipsec_support * const sc,struct mbuf * m,int off,int af),METHOD_ARGS (m,off,af)) IPSEC_KMOD_METHOD() argument
|
H A D | ipsec_support.h | 86 int (*udp_input)(struct mbuf *, int, int); global() member
|
/freebsd-src/sys/netinet/ |
H A D | udp_usrreq.c | 445 udp_input(struct mbuf **mp, int *offp, int proto) in udp_input() function
|