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

/xnu-2422.115.4/bsd/netinet/
H A Dip_output.c2202 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) argument
2238 *phlen = sizeof (struct ip) + optlen;
2239 ip->ip_vhl = IP_MAKE_VHL(IPVERSION, *phlen >> 2);

Completed in 69 milliseconds