Home
last modified time | relevance | path

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

/freebsd/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()
524 *phlen = 0; in ip_insertoptions()
545 *phlen = sizeof(struct ip) + optlen; in ip_insertoptions()
547 ip->ip_hl = *phlen >> 2; in ip_insertoptions()