Searched refs:ipopt_list (Results 1 – 6 of 6) sorted by relevance
78 char ipopt_list[MAX_IPOPTLEN]; /* options proper */ member
529 p->ipopt_list[0] = (char)IPOPT_RA; /* Router Alert Option */ in igmp_ra_alloc()530 p->ipopt_list[1] = 0x04; /* 4 bytes long */ in igmp_ra_alloc()531 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */ in igmp_ra_alloc()532 p->ipopt_list[3] = 0x00; /* pad byte */ in igmp_ra_alloc()533 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1]; in igmp_ra_alloc()
526 bcopy(p->ipopt_list, ip + 1, optlen); in ip_insertoptions()
758 offsetof(struct ipoption, ipopt_list); in tcp_output()
54 # define IP_LIST ipopt_list