Searched defs:opt_storage (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c2759 uchar_t opt_storage[IP_MAX_OPT_LENGTH]; local
2764 v4dst, opt_storage, ixa->ixa_ipst);
2766 /* Length contained in opt_storage[IPOPT_OLEN] */
2767 err = optcom_pkt_set(opt_storage,
2768 opt_storage[IPOPT_OLEN],
2776 conn_t *, connp, char *, opt_storage,
2784 uchar_t opt_storage[TSOL_MAX_IPV6_OPTION]; local
2788 v6dst, opt_storage, ixa->ixa_ipst);
2794 * Length contained in opt_storage[IPOPT_OLEN], but
2797 optlen = opt_storage[IPOPT_OLE
[all...]
H A Dtn_ipopt.c469 uchar_t *opt_storage, ip_stack_t *ipst)
475 if (opt_storage != NULL)
476 opt_storage[IPOPT_OLEN] = 0;
531 sec_opt_len = tsol2cipso_tt1(&tsl->tsl_label, opt_storage,
823 uchar_t opt_storage[IP_MAX_OPT_LENGTH]; local
831 opt_storage[IPOPT_OPTVAL] = 0;
851 ipha->ipha_dst, opt_storage, ipst)) != 0) {
858 ipha->ipha_dst, opt_storage, ipst)) != 0) {
865 sec_opt_len = opt_storage[IPOPT_OLEN];
875 bcmp(opt_storage, opt
468 tsol_compute_label_v4(const ts_label_t *tsl, zoneid_t zoneid, ipaddr_t dst, uchar_t *opt_storage, ip_stack_t *ipst) argument
970 tsol_compute_label_v6(const ts_label_t *tsl, zoneid_t zoneid, const in6_addr_t *dst, uchar_t *opt_storage, ip_stack_t *ipst) argument
1378 uchar_t opt_storage[TSOL_MAX_IPV6_OPTION]; local
[all...]
H A Dsadb.c7330 uint8_t *opt_storage = assoc->ipsa_opt_storage; local
7342 hlen = IPH_HDR_LENGTH(ipha) + opt_storage[IPOPT_OLEN];
7410 uint8_t *opt_storage = assoc->ipsa_opt_storage; local
7427 sec_opt_len = opt_storage[1];

Completed in 82 milliseconds