Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dionames.c12 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */
H A Daddipopt.c57 *op++ = IPOPT_NOP;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c163 case IPOPT_NOP: in tsol_get_option_v4()
574 if (oval == IPOPT_NOP) { in tsol_remove_secopt()
650 optbuf[IPOPT_OPTVAL] == IPOPT_NOP || in tsol_prepend_option()
669 if (oval == IPOPT_NOP) { in tsol_prepend_option()
724 *toptr++ = IPOPT_NOP; in tsol_prepend_option()
738 if (oval == IPOPT_NOP) { in tsol_prepend_option()
H A Dip.c2379 while (opt == IPOPT_NOP) { in ipoptp_next()
5624 case IPOPT_NOP: in ip_find_hdr_v4()
5656 while ((totallen & 3) != 0 && opt[0] == IPOPT_NOP) { in ip_find_hdr_v4()
5825 opt[i] = IPOPT_NOP; in ip_massage_options()
9344 opt[off++] = IPOPT_NOP; in ip_input_local_options()
11971 if (optval == IPOPT_NOP) in ip_fragment_copyhdr()
12046 opt[off++] = IPOPT_NOP; in ip_output_local_options()
13662 *cp++ = IPOPT_NOP; in ip_build_hdrs_v4()
/illumos-gate/usr/src/lib/libwrap/
H A Dfix_options.c97 if (opt == IPOPT_NOP) {
/illumos-gate/usr/src/uts/common/netinet/
H A Dip.h99 #define IPOPT_NOP 0x01 /* no operation */ macro
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h143 #define IPOPT_NOP 1 /* no operation */ macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h182 # undef IPOPT_NOP
2100 #ifndef IPOPT_NOP
2101 # define IPOPT_NOP 1 macro
2133 #ifndef IPOPT_NOP
2134 # define IPOPT_NOP 1 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c168 optlist[0] = IPOPT_NOP; in set_IPv4opt_sourcerouting()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1056 case IPOPT_NOP: in pr_options()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c616 case IPOPT_NOP: in print_ipoptions()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2813 *opt_bufpp[0] = IPOPT_NOP; in prepare_optbuf()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1394 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c236 { IPOPT_NOP, 0x000001 },
1440 else if (opt == IPOPT_NOP)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c3780 case IPOPT_NOP: