Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ip.c42 { IPOPT_NOP, "NOP" },
106 else if (tt == IPOPT_NOP) in ip_finddst()
249 if (option_code == IPOPT_NOP || in ip_optprint()
293 case IPOPT_NOP: /* nothing to print - fall through */ in ip_optprint()
Dip.h105 #define IPOPT_NOP 1 /* no operation */ macro
/external/kernel-headers/original/uapi/linux/
Dip.h75 #define IPOPT_NOP IPOPT_NOOP macro
/external/iputils/
Dping.c495 rspace[0] = IPOPT_NOP; in main()
1147 if (*optptr == IPOPT_NOP) { in pr_options()
/external/toybox/toys/pending/
Dtraceroute.c546 optlist[0] = IPOPT_NOP; in traceroute_main()