Searched refs:ik (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdliptun.c86 iptun_kparams_t *ik)
93 (void) memset(ik, 0, sizeof (*ik));
95 ik->iptun_kparam_linkid = params->iptun_param_linkid;
98 ik->iptun_kparam_type = iptuntype = params->iptun_param_type;
99 ik->iptun_kparam_flags |= IPTUN_KPARAM_TYPE;
136 (void) memcpy(&ik->iptun_kparam_laddr, ai->ai_addr,
138 ik->iptun_kparam_flags |= IPTUN_KPARAM_LADDR;
150 (void) memcpy(&ik->iptun_kparam_raddr, ai->ai_addr,
152 ik
85 i_iptun_kparams(dladm_handle_t handle, const iptun_params_t *params, iptun_kparams_t *ik) argument
169 i_iptun_params(const iptun_kparams_t *ik, iptun_params_t *params) argument
224 iptun_kparams_t ik; local
285 iptun_kparams_t ik; local
353 iptun_kparams_t ik; local
[all...]
/illumos-gate/usr/src/cmd/tbl/
H A Dt6.c30 int icol, ilin, tsep, k, ik, vforml, il, text; local
117 for(ik=k; ik>=0; ik--)
119 fprintf(tabout, "-\\n(%d",CRIGHT+icol-ik);
120 if (!expflg && ik>0) fprintf(tabout, "-%dn", sep[icol-ik]);
125 for(ik=0; ik<k; ik
[all...]
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1089 * Set the parameters included in ik on the tunnel iptun. Parameters that can
1093 iptun_setparams(iptun_t *iptun, const iptun_kparams_t *ik) argument
1100 if (ik->iptun_kparam_flags & IPTUN_KPARAM_LADDR) {
1103 if ((err = iptun_setladdr(iptun, &ik->iptun_kparam_laddr)) != 0)
1108 if (ik->iptun_kparam_flags & IPTUN_KPARAM_RADDR) {
1111 if ((err = iptun_setraddr(iptun, &ik->iptun_kparam_raddr)) != 0)
1116 if (ik->iptun_kparam_flags & IPTUN_KPARAM_SECINFO) {
1157 err = iptun_set_sec_simple(iptun, &ik->iptun_kparam_secinfo);
1160 iptun->iptun_simple_policy = ik->iptun_kparam_secinfo;
1166 if (ik
1365 iptun_create(iptun_kparams_t *ik, cred_t *credp) argument
1586 iptun_modify(const iptun_kparams_t *ik, cred_t *credp) argument
1643 iptun_info(iptun_kparams_t *ik, cred_t *credp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c1706 iptun_kparams_t ik; local
1719 ik.iptun_kparam_type = IPTUN_TYPE_IPV4;
1722 ik.iptun_kparam_type = IPTUN_TYPE_6TO4;
1725 ik.iptun_kparam_type = IPTUN_TYPE_IPV6;
1728 ik.iptun_kparam_flags = (IPTUN_KPARAM_TYPE | IPTUN_KPARAM_IMPLICIT);
1732 B_FALSE, &ik.iptun_kparam_linkid);
1739 err = iptun_create(&ik, CRED());
1743 VERIFY(dls_mgmt_destroy(ik.iptun_kparam_linkid, B_FALSE) == 0);
1745 *linkid = ik.iptun_kparam_linkid;
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c1030 wl_key_t *ik = (wl_key_t *)(inp->wldp_buf); local
1043 err = wl_set_wpakey(ic, ik);
2221 wl_key_t ik; local
2223 bcopy(wldp_buf, &ik, sizeof (wl_key_t));
2226 "idx=%d\n", ik.ik_keyix);
2230 * this also checks ik.ik_keylen > sizeof(wk->wk_key)
2232 if (ik.ik_keylen > sizeof (ik.ik_keydata)) {
2237 kid = ik.ik_keyix;
2254 if (ieee80211_crypto_newkey(ic, ik
[all...]

Completed in 92 milliseconds