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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Digmp.c147 ra->ipopt_list[0] = IPOPT_RA; /* Router Alert Option */
148 ra->ipopt_list[1] = 0x04; /* 4 bytes long */
149 ra->ipopt_list[2] = 0x00;
150 ra->ipopt_list[3] = 0x00;
151 router_alert->m_len = sizeof(ra->ipopt_dst) + ra->ipopt_list[1];
H A Dip_var.h128 char ipopt_list[MAX_IPOPTLEN]; /* options proper */ member in struct:ipoption
H A Dtcp_output.c1013 offsetof(struct ipoption, ipopt_list);
H A Dip_output.c1881 bcopy(p->ipopt_list, ip + 1, optlen);

Completed in 30 milliseconds