Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ip.c46 { IPOPT_NOP, "NOP" },
108 else if (tt == IPOPT_NOP) in ip_finddst()
215 if (option_code == IPOPT_NOP || in ip_optprint()
259 case IPOPT_NOP: /* nothing to print - fall through */ in ip_optprint()
Dip.h101 #define IPOPT_NOP 1 /* no operation */ macro
/external/kernel-headers/original/linux/
Dip.h74 #define IPOPT_NOP IPOPT_NOOP macro
/external/qemu/slirp/
Dip.h118 #define IPOPT_NOP 1 /* no operation */ macro
Dip_input.c520 if (opt == IPOPT_NOP)
/external/qemu/slirp-android/
Dip.h120 #define IPOPT_NOP 1 /* no operation */ macro
Dip_input.c520 if (opt == IPOPT_NOP)
/external/ping/
Dping.c1423 if (*optptr == IPOPT_NOP) { in pr_options()
1952 rspace[0] = IPOPT_NOP; in main()
/external/netcat/
Dnetcat.c740 *opp = IPOPT_NOP; /* alignment filler */