Searched refs:IPOPT_SECURITY (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | ionames.c | 20 { IPOPT_SECURITY,0x000100, 11, "sec" }, /* RFC1108 */ 21 { IPOPT_SECURITY,0x000100, 11, "sec-class" }, /* RFC1108 */
|
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 | addipopt.c | 38 case IPOPT_SECURITY :
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | ip.h | 105 #define IPOPT_SECURITY 0x82 /* provide s,c,h,tcc */ macro
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | ip.h | 147 #define IPOPT_SECURITY 130 /* provide s,c,h,tcc */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | tn_ipopt.c | 592 if (oval == IPOPT_COMSEC || oval == IPOPT_SECURITY) { 871 optr[IPOPT_OPTVAL] != IPOPT_SECURITY)
|
H A D | ipsecah.c | 3288 case IPOPT_SECURITY:
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1861 #undef IPOPT_SECURITY macro 1862 #define IPOPT_SECURITY 130 macro 2135 #ifndef IPOPT_SECURITY 2136 # define IPOPT_SECURITY 130 macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 628 case IPOPT_SECURITY:
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 1099 case IPOPT_SECURITY:
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 1402 | IPFY_IPOPT_SEC { $$ = getoptbyvalue(IPOPT_SECURITY); }
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 243 { IPOPT_SECURITY, 0x000100 }, 1452 if (opt == IPOPT_SECURITY) {
|
Completed in 114 milliseconds