Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dionames.c12 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */
H A Daddipopt.c57 *op++ = IPOPT_NOP;
/titanic_44/usr/src/lib/libwrap/
H A Dfix_options.c99 if (opt == IPOPT_NOP) {
/titanic_44/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.c2376 while (opt == IPOPT_NOP) { in ipoptp_next()
5580 case IPOPT_NOP: in ip_find_hdr_v4()
5612 while ((totallen & 3) != 0 && opt[0] == IPOPT_NOP) { in ip_find_hdr_v4()
5779 opt[i] = IPOPT_NOP; in ip_massage_options()
9288 opt[off++] = IPOPT_NOP; in ip_input_local_options()
11907 if (optval == IPOPT_NOP) in ip_fragment_copyhdr()
11982 opt[off++] = IPOPT_NOP; in ip_output_local_options()
13594 *cp++ = IPOPT_NOP; in ip_build_hdrs_v4()
/titanic_44/usr/src/uts/common/netinet/
H A Dip.h100 #define IPOPT_NOP 0x01 /* no operation */ macro
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h182 # undef IPOPT_NOP
2098 #ifndef IPOPT_NOP
2099 # define IPOPT_NOP 1 macro
2131 #ifndef IPOPT_NOP
2132 # define IPOPT_NOP 1 macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c170 optlist[0] = IPOPT_NOP; in set_IPv4opt_sourcerouting()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1081 case IPOPT_NOP: in pr_options()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c615 case IPOPT_NOP: in print_ipoptions()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2845 *opt_bufpp[0] = IPOPT_NOP; in prepare_optbuf()
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipf_y.y1394 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dfil.c236 { IPOPT_NOP, 0x000001 },
1440 else if (opt == IPOPT_NOP)
/titanic_44/usr/src/cmd/sendmail/src/
H A Ddaemon.c3780 case IPOPT_NOP: