Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDip_options.h41 struct in_addr route[MAX_IPOPTLEN/sizeof(struct in_addr)];
HDip_var.h74 #define MAX_IPOPTLEN 40 macro
78 char ipopt_list[MAX_IPOPTLEN]; /* options proper */
HDip_options.c671 if (m->m_len > MAX_IPOPTLEN + sizeof(struct in_addr)) in ip_pcbopts()
/trueos/sbin/ping/
HDping.c101 #define MAXIPLEN (sizeof(struct ip) + MAX_IPOPTLEN)
102 #define MAXICMPLEN (ICMP_ADVLENMIN + MAX_IPOPTLEN)
241 char rspace[MAX_IPOPTLEN]; /* record route space */ in main()
520 icmp_len += MAX_IPOPTLEN; in main()
1023 static char old_rr[MAX_IPOPTLEN]; in pr_pack()
/trueos/contrib/traceroute/
HDtraceroute.c265 #define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(u_int32_t)))
819 u_char optlist[MAX_IPOPTLEN]; in main()