Searched refs:ipopt_list (Results 1 – 4 of 4) sorted by relevance
117 char ipopt_list[MAX_IPOPTLEN]; /* options proper */ member
589 p->ipopt_list[0] = (char)IPOPT_RA; /* Router Alert Option */ in igmp_ra_alloc()590 p->ipopt_list[1] = 0x04; /* 4 bytes long */ in igmp_ra_alloc()591 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */ in igmp_ra_alloc()592 p->ipopt_list[3] = 0x00; /* pad byte */ in igmp_ra_alloc()593 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1]; in igmp_ra_alloc()
2189 bcopy(p->ipopt_list, ip + 1, optlen); in ip_insertoptions()
2207 offsetof(struct ipoption, ipopt_list); in tcp_output()