Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dip_var.h91 #define MAX_IPOPTLEN 40 macro
95 int8_t ipopt_list[MAX_IPOPTLEN]; /* options proper */
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()
Dip_input.c232 struct in_addr isr_routes[MAX_IPOPTLEN/sizeof(struct in_addr)];
/netbsd/src/sbin/ping/
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/src/usr.sbin/traceroute/
Dtraceroute.c264 #define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(u_int32_t)))
781 u_char optlist[MAX_IPOPTLEN]; in main()
/netbsd/src/sys/netipsec/
Dxform_ah.c1256 sizeof(struct ip) + MAX_IPOPTLEN + in ah_attach()