Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libwrap/
H A Dfix_options.c28 #ifndef IPOPT_OPTVAL
29 #define IPOPT_OPTVAL 0 macro
87 opt = cp[IPOPT_OPTVAL];
/illumos-gate/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.c2369 opt = cur[IPOPT_OPTVAL]; in ipoptp_next()
2378 opt = cur[IPOPT_OPTVAL]; in ipoptp_next()
2514 buf[IPOPT_OPTVAL] = optval; in ip_opt_get_user()
5602 switch (optval = opt[IPOPT_OPTVAL]) { in ip_find_hdr_v4()
/illumos-gate/usr/src/uts/common/netinet/
H A Dip.h116 #define IPOPT_OPTVAL 0 /* option ID */ macro
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h158 #define IPOPT_OPTVAL 0 /* option ID */ macro