Searched refs:phlen (Results 1 – 1 of 1) sorted by relevance
2140 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) in ip_insertoptions() argument2176 *phlen = sizeof(struct ip) + optlen; in ip_insertoptions()2177 ip->ip_vhl = IP_MAKE_VHL(IPVERSION, *phlen >> 2); in ip_insertoptions()