Searched refs:IPOPT_SECURITY (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | optprint.c | 23 if ((io->on_value != IPOPT_SECURITY) || 26 if (io->on_value == IPOPT_SECURITY) 53 if ((io->on_value != IPOPT_SECURITY) || 58 IPOPT_SECURITY)
|
H A D | ionames.c | 20 { IPOPT_SECURITY,0x000100, 11, "sec" }, /* RFC1108 */ 21 { IPOPT_SECURITY,0x000100, 11, "sec-class" }, /* RFC1108 */
|
H A D | addipopt.c | 38 case IPOPT_SECURITY :
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | ip.h | 105 #define IPOPT_SECURITY 0x82 /* provide s,c,h,tcc */ macro
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | tn_ipopt.c | 592 if (oval == IPOPT_COMSEC || oval == IPOPT_SECURITY) { in tsol_remove_secopt() 871 optr[IPOPT_OPTVAL] != IPOPT_SECURITY) in tsol_check_label_v4()
|
H A D | ipsecah.c | 3288 case IPOPT_SECURITY: in ah_process_ip_options_v4()
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1866 #undef IPOPT_SECURITY 1867 #define IPOPT_SECURITY 130 macro 2140 #ifndef IPOPT_SECURITY 2141 # define IPOPT_SECURITY 130 macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 1096 case IPOPT_SECURITY: in pr_options()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 628 case IPOPT_SECURITY: in print_ipoptions()
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 1402 | IPFY_IPOPT_SEC { $$ = getoptbyvalue(IPOPT_SECURITY); }
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 244 { IPOPT_SECURITY, 0x000100 }, 1453 if (opt == IPOPT_SECURITY) {
|