Home
last modified time | relevance | path

Searched refs:IPOPT_OPTVAL (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libwrap/
H A Dfix_options.c30 #ifndef IPOPT_OPTVAL
31 #define IPOPT_OPTVAL 0 macro
89 opt = cp[IPOPT_OPTVAL];
/titanic_41/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c98 cop[IPOPT_OPTVAL] = IPOPT_COMSEC; in tsol2cipso_tt1()
160 switch (optval = opt[IPOPT_OPTVAL]) { in tsol_get_option_v4()
564 oval = fptr[IPOPT_OPTVAL]; in tsol_remove_secopt()
649 if (optbuf[IPOPT_OPTVAL] == IPOPT_EOL || in tsol_prepend_option()
650 optbuf[IPOPT_OPTVAL] == IPOPT_NOP || in tsol_prepend_option()
662 oval = optr[IPOPT_OPTVAL]; in tsol_prepend_option()
732 oval = optr[IPOPT_OPTVAL]; in tsol_prepend_option()
831 opt_storage[IPOPT_OPTVAL] = 0; in tsol_check_label_v4()
870 optr[IPOPT_OPTVAL] != IPOPT_COMSEC && in tsol_check_label_v4()
871 optr[IPOPT_OPTVAL] != IPOPT_SECURITY) in tsol_check_label_v4()
H A Dip.c2371 opt = cur[IPOPT_OPTVAL]; in ipoptp_next()
2380 opt = cur[IPOPT_OPTVAL]; in ipoptp_next()
2515 buf[IPOPT_OPTVAL] = optval; in ip_opt_get_user()
5577 switch (optval = opt[IPOPT_OPTVAL]) { in ip_find_hdr_v4()
/titanic_41/usr/src/uts/common/netinet/
H A Dip.h117 #define IPOPT_OPTVAL 0 /* option ID */ macro