Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dip_output.c2154 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) in ip_insertoptions() argument
2190 *phlen = sizeof(struct ip) + optlen; in ip_insertoptions()
2191 ip->ip_vhl = IP_MAKE_VHL(IPVERSION, *phlen >> 2); in ip_insertoptions()