Searched refs:ip_ours (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/netinet/ |
H A D | ip_input.c | 149 int ip_ours(struct mbuf **, int *, int, int); 249 ip_ours(struct mbuf **mp, int *offp, int nxt, int af) in ip_ours() function 511 nxt = ip_ours(mp, offp, nxt, af); in ip_input_if() 519 nxt = ip_ours(mp, offp, nxt, af); in ip_input_if() 568 nxt = ip_ours(mp, offp, nxt, af); in ip_input_if() 584 nxt = ip_ours(mp, offp, nxt, af); in ip_input_if()
|