Home
last modified time | relevance | path

Searched refs:MAX_IPOPTLEN (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/netinet/
H A Dip_var.h91 #define MAX_IPOPTLEN 40 macro
95 int8_t ipopt_list[MAX_IPOPTLEN]; /* options proper */
H A Dip_output.c1640 if (m->m_len + olen > MAX_IPOPTLEN + sizeof(struct in_addr)) in ip_pcbopts()
1649 if (m->m_len + olen > MAX_IPOPTLEN + sizeof(struct in_addr)) in ip_pcbopts()
H A Dip_input.c232 struct in_addr isr_routes[MAX_IPOPTLEN/sizeof(struct in_addr)];
/netbsd/sbin/ping/
H A Dping.c175 char o_opt[MAX_IPOPTLEN];
184 static uint8_t optspace[MAX_IPOPTLEN]; /* record route space */
555 optspace[optlen+IPOPT_OLEN] = (MAX_IPOPTLEN -1-optlen); in main()
557 optlen = MAX_IPOPTLEN; in main()
1070 static char old_rr[MAX_IPOPTLEN]; in pr_pack()
1137 case MAX_IPOPTLEN: in pr_pack()
/netbsd/usr.sbin/traceroute/
H A Dtraceroute.c264 #define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(u_int32_t)))
781 u_char optlist[MAX_IPOPTLEN]; in main()
/netbsd/sys/netipsec/
H A Dxform_ah.c1260 sizeof(struct ip) + MAX_IPOPTLEN + in ah_attach()