Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dip_input.c389 static int ip_dooptions(struct mbuf *, int, struct sockaddr_in *);
1223 if (hlen > sizeof(struct ip) && ip_dooptions(m, 0, NULL)) { in ip_input_first_pass()
1968 if (hlen > sizeof(struct ip) && ip_dooptions(m, 0, NULL)) { in ip_input()
2768 ip_dooptions(struct mbuf *m, int pass, struct sockaddr_in *next_hop) in ip_dooptions() function