Home
last modified time | relevance | path

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

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