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

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h128 char ipopt_list[MAX_IPOPTLEN]; /* options proper */ member in struct:ipoption
H A Digmp.c558 p->ipopt_list[0] = IPOPT_RA; /* Router Alert Option */
559 p->ipopt_list[1] = 0x04; /* 4 bytes long */
560 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */
561 p->ipopt_list[3] = 0x00; /* pad byte */
562 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1];
H A Dip_output.c2273 bcopy(p->ipopt_list, ip + 1, optlen);
H A Dtcp_output.c1412 offsetof(struct ipoption, ipopt_list);

Completed in 39 milliseconds