Searched refs:phlen (Results 1 – 2 of 2) sorted by relevance
510 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) in ip_insertoptions() argument519 *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()
568 int phlen, res; in ef_open() local606 phlen = hdr->e_phnum * sizeof(Elf_Phdr); in ef_open()607 if (ef_read_entry(ef, hdr->e_phoff, phlen, in ef_open()