Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dip_options.c505 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) in ip_insertoptions() argument
514 *phlen = 0; in ip_insertoptions()
522 *phlen = 0; in ip_insertoptions()
543 *phlen = sizeof(struct ip) + optlen; in ip_insertoptions()
545 ip->ip_hl = *phlen >> 2; in ip_insertoptions()