Searched refs:ipopt_list (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h128 char ipopt_list[MAX_IPOPTLEN]; /* options proper */ member in struct:ipoption
H A Digmp.c527 p->ipopt_list[0] = IPOPT_RA; /* Router Alert Option */
528 p->ipopt_list[1] = 0x04; /* 4 bytes long */
529 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */
530 p->ipopt_list[3] = 0x00; /* pad byte */
531 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1];
H A Dtcp_output.c1238 offsetof(struct ipoption, ipopt_list);
H A Dip_output.c2234 bcopy(p->ipopt_list, ip + 1, optlen);

Completed in 86 milliseconds