Searched refs:udp_send (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrans_udp.c57 static ssize_t udp_send(struct tport *, const u_char *, size_t,
69 udp_send,
219 udp_send(struct tport *tp, const u_char *buf, size_t len, function
/freebsd-11-stable/sys/netinet/
H A Dudp_usrreq.c1745 udp_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr, function
1751 KASSERT(inp != NULL, ("udp_send: inp == NULL"));
1779 .pru_send = udp_send,

Completed in 156 milliseconds