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