Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Digmp.c123 ra->ipopt_list[0] = IPOPT_RA; /* Router Alert Option */ in igmp_init()
124 ra->ipopt_list[1] = 0x04; /* 4 bytes long */ in igmp_init()
125 ra->ipopt_list[2] = 0x00; in igmp_init()
126 ra->ipopt_list[3] = 0x00; in igmp_init()
127 router_alert->m_len = sizeof(ra->ipopt_dst) + ra->ipopt_list[1]; in igmp_init()
H A Dip_var.h95 char ipopt_list[MAX_IPOPTLEN]; /* options proper */ member
H A Dtcp_output.c809 offsetof(struct ipoption, ipopt_list); in tcp_output()
1428 offsetof(struct ipoption, ipopt_list); in tcp_tso_getsize()
H A Dip_output.c998 bcopy(p->ipopt_list, ip + 1, optlen); in ip_insertoptions()