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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c341 static int ip_dooptions(struct mbuf *, int, struct sockaddr_in *);
995 * ship it on. ip_dooptions returns 1 when an
1001 if (hlen > sizeof (struct ip) && ip_dooptions(m, 0, args.fwa_next_hop)) {
1003 if (hlen > sizeof (struct ip) && ip_dooptions(m, 0, NULL)) {
1825 ip_dooptions(struct mbuf *m, __unused int pass, struct sockaddr_in *next_hop) function

Completed in 16 milliseconds