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

  /src/lib/libwrap/
fix_options.c 33 #define IPOPT_OLEN 1
117 } else if (&cp[IPOPT_OLEN] < optbuf + optsize) {
118 optlen = cp[IPOPT_OLEN];
  /src/sys/netinet/
ip.h 186 #define IPOPT_OLEN 1 /* option length */
ip_input.c 880 if (cnt < IPOPT_OLEN + sizeof(*cp)) {
881 code = &cp[IPOPT_OLEN] - (u_char *)ip;
884 optlen = cp[IPOPT_OLEN];
885 if (optlen < IPOPT_OLEN + sizeof(*cp) || optlen > cnt) {
886 code = &cp[IPOPT_OLEN] - (u_char *)ip;
921 code = &cp[IPOPT_OLEN] - (u_char *)ip;
1002 code = &cp[IPOPT_OLEN] - (u_char *)ip;
1216 olen = option[IPOPT_OLEN];
ip_output.c 1071 KASSERT(cnt >= IPOPT_OLEN + sizeof(*cp));
1072 optlen = cp[IPOPT_OLEN];
1073 KASSERT(optlen >= IPOPT_OLEN + sizeof(*cp) && optlen < cnt);
1624 if (cnt < IPOPT_OLEN + 1)
1627 olen = cp[IPOPT_OLEN];
1628 if (olen < IPOPT_OLEN + 1 || olen > cnt)
1657 dp[IPOPT_OLEN] = olen;
ip_icmp.c 878 if (cnt < IPOPT_OLEN + sizeof(*cp))
880 len = cp[IPOPT_OLEN];
881 if (len < IPOPT_OLEN + sizeof(*cp) ||
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1182 #ifndef IPOPT_OLEN
1183 # define IPOPT_OLEN 1
  /src/sbin/ping/
ping.c 547 optspace[IPOPT_OLEN] = optlen = 7;
555 optspace[optlen+IPOPT_OLEN] = (MAX_IPOPTLEN -1-optlen);

Completed in 82 milliseconds