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