Home
last modified time | relevance | path

Searched refs:debugnet_ip_output (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Ddebugnet_int.h95 int debugnet_ip_output(struct debugnet_pcb *, struct mbuf *);
H A Ddebugnet_inet.c453 debugnet_ip_output(struct debugnet_pcb *pcb, struct mbuf *m) in debugnet_ip_output() function
H A Ddebugnet.c210 return (debugnet_ip_output(pcb, m)); in debugnet_udp_output()