Searched refs:addr_type (Results 51 - 68 of 68) sorted by relevance

123

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c429 p_madw->mad_addr.addr_type.gsi.remote_qp = dest_qp;
430 p_madw->mad_addr.addr_type.gsi.remote_qkey =
432 p_madw->mad_addr.addr_type.gsi.pkey_ix = pkey_ix;
433 p_madw->mad_addr.addr_type.gsi.service_level = sl;
434 p_madw->mad_addr.addr_type.gsi.global_route = FALSE;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp765 AddressType addr_type; local
766 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type)
767 : GetAddressOf(true, &addr_type);
769 switch (addr_type) {
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dacache.c264 cred->addresses.val[i].addr_type = incred->addresses[i]->type;
385 addr->type = incred->addresses.val[i].addr_type;
/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dle.c761 hci_addrtype2str(reports[rc].addr_type));
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c91 * against the entries in the corresponding list by addr_type.
1878 id.addr_type = pkt->addr_type;
3025 dst->id.addr_type = 4;
3057 dst->id.addr_type = 6;
H A Dip_fw_table_algo.c3202 if (id->addr_type == 4) {
3220 } else if (id->addr_type == 6) {
/freebsd-13-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c370 if (V_ip6_forwarding == 0 || args->f_id.addr_type != 6)
/freebsd-13-stable/sys/netinet/
H A Dsctp_output.c4854 sup_addr->addr_type[i++] = htons(SCTP_IPV4_ADDRESS);
4857 sup_addr->addr_type[i++] = htons(SCTP_IPV6_ADDRESS);
5621 stc.addr_type = SCTP_IPV4_ADDRESS;
5647 stc.addr_type = SCTP_IPV6_ADDRESS;
5736 stc.addr_type = SCTP_IPV4_ADDRESS;
5767 stc.addr_type = SCTP_IPV6_ADDRESS;
H A Dsctp_input.c2496 switch (cookie->addr_type) {
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dkerberos5.c888 if (addresses->val[i].addr_type != KRB5_ADDRESS_NETBIOS) {
/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h2058 u_int8_t addr_type; member in struct:__anon15200
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1591 switch (args->f_id.addr_type) {
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c1473 lte.cdte_adr = irtse.entry.addr_type;
1526 sc.cdsc_adr = bsdinfo.what.position.addr_type;
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c724 wqe->fr.addr_type = FW_RI_VA_BASED_TO;
/freebsd-13-stable/sys/dev/ice/
H A Dice_adminq_cmd.h207 u8 addr_type; member in struct:ice_aqc_manage_mac_read_resp
H A Dice_common.c153 if (resp[i].addr_type == ICE_AQC_MAN_MAC_ADDR_TYPE_LAN) {
/freebsd-13-stable/sbin/ipfw/
H A Dipfw2.c2309 if (d->id.addr_type == 4) {
2315 } else if (d->id.addr_type == 6) {
/freebsd-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1922 __u8 addr_type; member in struct:fw_ri_bind_mw_wr
1960 __u8 addr_type; member in struct:fw_ri_fr_nsmr_wr

Completed in 669 milliseconds

123