Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dip_options.c510 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) in ip_insertoptions() argument
519 *phlen = 0; in ip_insertoptions()
527 *phlen = 0; in ip_insertoptions()
548 *phlen = sizeof(struct ip) + optlen; in ip_insertoptions()
550 ip->ip_hl = *phlen >> 2; in ip_insertoptions()
/freebsd-12-stable/usr.sbin/kldxref/
Def.c568 int phlen, res; in ef_open() local
606 phlen = hdr->e_phnum * sizeof(Elf_Phdr); in ef_open()
607 if (ef_read_entry(ef, hdr->e_phoff, phlen, in ef_open()