Searched refs:encap (Results 1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/cmd/fwflash/plugins/vendor/ |
| H A D | tavor-MELLANOX.c | 67 struct ib_encap_ident *encap; in vendorvrfy() local 79 encap = (struct ib_encap_ident *)devicenode->ident->encap_ident; in vendorvrfy() 99 if (sector_sz != encap->sector_sz) { in vendorvrfy() 104 "device's 0x%X file 0x%X\n"), encap->sector_sz, sector_sz); in vendorvrfy() 156 (encap->info.mlx_psid != NULL) ? encap->info.mlx_psid : "(null)"); in vendorvrfy() 158 if (encap->info.mlx_psid != NULL) { in vendorvrfy() 160 if (strncmp(encap->info.mlx_psid, temppsid, 16) != 0) { in vendorvrfy() 169 encap->info.mlx_psid); in vendorvrfy() 187 encap->info.mlx_psid, in vendorvrfy()
|
| /illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| H A D | smb3_negctx.c | 224 smb2_encrypt_caps_t *encap = &neg_ctxs->encrypt_ctx.encrypt_caps; in smb3_negctxs_decode() local 362 rc = md_get_uint16le(mdp, &encap->encap_cipher_count); in smb3_negctxs_decode() 363 if (rc != 0 || encap->encap_cipher_count != 1) { in smb3_negctxs_decode() 368 &encap->encap_cipher_ids[0]); in smb3_negctxs_decode() 373 cipher = encap->encap_cipher_ids[0]; in smb3_negctxs_decode()
|
| /illumos-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb2_negotiate.c | 232 smb2_encrypt_caps_t *encap = &neg_ctxs->encrypt_ctx.encrypt_caps; in smb31_decode_neg_ctxs() local 381 &encap->encap_cipher_count); /* w */ in smb31_decode_neg_ctxs() 383 if (rc != 0 || encap->encap_cipher_count > in smb31_decode_neg_ctxs() 396 encap->encap_cipher_count, in smb31_decode_neg_ctxs() 397 &encap->encap_cipher_ids[0]); /* w */ in smb31_decode_neg_ctxs() 612 smb2_encrypt_caps_t *encap = &neg_ctxs->encrypt_ctx.encrypt_caps; in smb31_encode_neg_ctxs() local 662 ASSERT3U(encap->encap_cipher_count, ==, 1); in smb31_encode_neg_ctxs() 665 encap->encap_cipher_count, /* cipher count */ in smb31_encode_neg_ctxs() 666 encap->encap_cipher_ids[0]); /* encrypt. cipher id */ in smb31_encode_neg_ctxs() 1059 smb2_encrypt_caps_t *encap = in smb2_negotiate_common() local [all …]
|
| /illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
| H A D | hermon.c | 401 ib_cnx_encap_ident_t *encap; in fw_devinfo() local 405 encap = (ib_cnx_encap_ident_t *)thisdev->ident->encap_ident; in fw_devinfo() 406 if (CNX_I_CHECK_HANDLE(encap)) { in fw_devinfo() 432 if (encap->pn_len != 0) { in fw_devinfo() 433 if (strlen(encap->info.mlx_id)) in fw_devinfo() 435 "%s %X (%s)\n"), encap->info.mlx_pn, in fw_devinfo() 436 encap->hwrev, encap->info.mlx_id); in fw_devinfo() 439 encap->info.mlx_pn, encap->hwrev); in fw_devinfo() 441 if (strlen(encap->info.mlx_psid)) in fw_devinfo() 443 encap->info.mlx_psid); in fw_devinfo()
|
| H A D | tavor.c | 754 struct ib_encap_ident *encap; in fw_devinfo() local 757 encap = (struct ib_encap_ident *)thisdev->ident->encap_ident; in fw_devinfo() 778 if (encap->pn_len != 0) { in fw_devinfo() 784 encap->info.mlx_pn, in fw_devinfo() 785 encap->hwrev, in fw_devinfo() 786 encap->info.mlx_psid); in fw_devinfo()
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop.c | 75 static char *encap; variable 207 encap = output_area; in main() 696 (void) sprintf(encap, " (%d encap)", total_encap_levels - 1); in show_pktinfo() 699 encap); in show_pktinfo() 1016 encap[0] = '\0'; in snoop_recover()
|
| /illumos-gate/usr/src/lib/libdladm/common/ |
| H A D | libdloverlay.c | 772 const char *encap, const char *search, uint64_t vid, in dladm_overlay_create() argument 784 if (strlcpy(attr.oa_encap, encap, sizeof (attr.oa_encap)) >= in dladm_overlay_create()
|
| /illumos-gate/usr/src/cmd/dladm/ |
| H A D | dladm.c | 9883 char *encap = NULL, *endp, *search = NULL; in do_create_overlay() local 9897 encap = optarg; in do_create_overlay() 9929 if (encap == NULL) in do_create_overlay() 9944 if (strlen(encap) + 1 > MAXLINKNAMELEN) in do_create_overlay() 9945 die("encapsulation plugin name too long '%s'", encap); in do_create_overlay() 9948 die("search plugin name too long '%s'", encap); in do_create_overlay() 9954 status = dladm_overlay_create(handle, name, encap, search, vid, in do_create_overlay()
|