HomeSort by: relevance | last modified time | path
    Searched refs:MAX_IPOPTLEN (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
ip_var.h 91 #define MAX_IPOPTLEN 40
95 int8_t ipopt_list[MAX_IPOPTLEN]; /* options proper */
ip_output.c 1652 if (m->m_len + olen > MAX_IPOPTLEN + sizeof(struct in_addr))
1661 if (m->m_len + olen > MAX_IPOPTLEN + sizeof(struct in_addr))
ip_input.c 233 struct in_addr isr_routes[MAX_IPOPTLEN/sizeof(struct in_addr)];
  /src/sbin/ping/
ping.c 175 char o_opt[MAX_IPOPTLEN];
184 static uint8_t optspace[MAX_IPOPTLEN]; /* record route space */
555 optspace[optlen+IPOPT_OLEN] = (MAX_IPOPTLEN -1-optlen);
557 optlen = MAX_IPOPTLEN;
1070 static char old_rr[MAX_IPOPTLEN];
1137 case MAX_IPOPTLEN:
  /src/usr.sbin/traceroute/
traceroute.c 264 #define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(u_int32_t)))
781 u_char optlist[MAX_IPOPTLEN];
  /src/sys/netipsec/
xform_ah.c 1256 sizeof(struct ip) + MAX_IPOPTLEN +

Completed in 20 milliseconds