/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_ucast_mgr.h | 39 * This object represents the Unicast Manager object. 63 /****h* OpenSM/Unicast Manager 65 * Unicast Manager 68 * The Unicast Manager object encapsulates the information 69 * needed to control unicast LID forwarding on the subnet. 71 * The Unicast Manager object is thread safe. 81 /****s* OpenSM: Unicast Manager/osm_ucast_mgr_t 86 * Unicast Manager structure. 134 * TRUE if the unicast cache is valid. 137 * Unicast Manager object [all …]
|
H A D | osm_ucast_cache.h | 37 * Header file that describes Unicast Cache functions. 64 /****h* OpenSM/Unicast Manager/Unicast Cache 66 * Unicast Cache 69 * The Unicast Cache object encapsulates the information 70 * needed to cache and write unicast routing of the subnet. 72 * The Unicast Cache object is NOT thread safe. 82 /****f* OpenSM: Unicast Cache/osm_ucast_cache_invalidate 88 * unicast cache and marks the cache as invalid. 104 * Unicast Manager object 107 /****f* OpenSM: Unicast Cache/osm_ucast_cache_check_new_link [all …]
|
/freebsd/tools/tools/iwi/ |
H A D | iwistats.c | 55 { 6, "Number of unicast frames transmitted" }, 56 { 7, "Number of unicast 802.11b frames transmitted at 1Mb/s" }, 57 { 8, "Number of unicast 802.11b frames transmitted at 2Mb/s" }, 58 { 9, "Number of unicast 802.11b frames transmitted at 5.5Mb/s" }, 59 { 10, "Number of unicast 802.11b frames transmitted at 11Mb/s" }, 61 { 19, "Number of unicast 802.11g frames transmitted at 1Mb/s" }, 62 { 20, "Number of unicast 802.11g frames transmitted at 2Mb/s" }, 63 { 21, "Number of unicast 802.11g frames transmitted at 5.5Mb/s" }, 64 { 22, "Number of unicast 802.11g frames transmitted at 6Mb/s" }, 65 { 23, "Number of unicast 802.11g frames transmitted at 9Mb/s" }, [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_mcm_port.c | 83 p_mcm_alias_guid->alias_guid = mcmr->port_gid.unicast.interface_id; in osm_mcm_alias_guid_new() 85 p_mcm_alias_guid->port_gid.unicast.prefix = mcmr->port_gid.unicast.prefix; in osm_mcm_alias_guid_new() 86 p_mcm_alias_guid->port_gid.unicast.interface_id = mcmr->port_gid.unicast.interface_id; in osm_mcm_alias_guid_new()
|
H A D | osm_sa.c | 618 cl_ntoh64(p_mcm_alias_guid->port_gid.unicast.prefix), in mcast_mgr_dump_one_port() 619 cl_ntoh64(p_mcm_alias_guid->port_gid.unicast.interface_id), in mcast_mgr_dump_one_port() 637 cl_ntoh64(p_mgrp->mcmember_rec.mgid.unicast.prefix), in sa_dump_one_mgrp() 638 cl_ntoh64(p_mgrp->mcmember_rec.mgid.unicast.interface_id), in sa_dump_one_mgrp() 639 cl_ntoh64(p_mgrp->mcmember_rec.port_gid.unicast.prefix), in sa_dump_one_mgrp() 640 cl_ntoh64(p_mgrp->mcmember_rec.port_gid.unicast.interface_id), in sa_dump_one_mgrp() 681 cl_ntoh64(p_iir->subscriber_gid.unicast.prefix), in sa_dump_one_inform() 682 cl_ntoh64(p_iir->subscriber_gid.unicast.interface_id), in sa_dump_one_inform() 684 cl_ntoh64(p_iir->inform_info.gid.unicast.prefix), in sa_dump_one_inform() 685 cl_ntoh64(p_iir->inform_info.gid.unicast.interface_id), in sa_dump_one_inform() [all …]
|
H A D | osm_inform.c | 286 if (port_guid != p_infr->inform_record.subscriber_gid.unicast.interface_id) in osm_infr_remove_subscriptions() 326 cl_ntoh64(p_infr_rec->inform_record.subscriber_gid.unicast.interface_id), in send_report() 436 osm_get_port_by_guid(p_subn, source_gid.unicast.interface_id); in is_access_permitted() 440 cl_ntoh64(source_gid.unicast.interface_id)); in is_access_permitted() 500 if (p_ii->gid.unicast.prefix != 0 in match_notice_to_inf_rec() 501 || p_ii->gid.unicast.interface_id != 0) { in match_notice_to_inf_rec() 647 cl_ntoh64(gid->unicast.interface_id)); in log_notice() 657 cl_ntoh64(gid->unicast.interface_id), in log_notice() 668 cl_ntoh64(gid->unicast.interface_id), in log_notice() 677 cl_ntoh64(gid->unicast.interface_id), in log_notice() [all …]
|
H A D | osm_sa_mcmember_record.c | 153 return ((mgid->unicast.prefix & PREFIX_MASK) == PREFIX_SIGNATURE && in match_ipv6_snm_mgid() 154 (mgid->unicast.interface_id & INT_ID_MASK) == INT_ID_SIGNATURE); in match_ipv6_snm_mgid() 392 portguid = p_recvd_mcmember_rec->port_gid.unicast.interface_id; in validate_modify() 417 request_gid.unicast.interface_id || in validate_modify() 418 (*pp_mcm_alias_guid)->port_gid.unicast.prefix != in validate_modify() 419 request_gid.unicast.prefix) { in validate_modify() 424 base_port_gid.unicast.prefix = (*pp_mcm_alias_guid)->port_gid.unicast.prefix; in validate_modify() 425 base_port_gid.unicast.interface_id = (*pp_mcm_alias_guid)->p_base_mcm_port->port->guid; in validate_modify() 484 portguid = p_recvd_mcmember_rec->port_gid.unicast.interface_id; in validate_delete() 857 bcast_mgid.unicast.prefix = IPV4_BCAST_MGID_PREFIX; in mcmr_rcv_create_new_mgrp() [all …]
|
H A D | osm_sa_path_record.c | 899 p_pr->dgid.unicast.prefix = in pr_rcv_build_pr() 901 p_pr->dgid.unicast.interface_id = p_dest_alias_guid->alias_guid; in pr_rcv_build_pr() 908 p_pr->sgid.unicast.prefix = osm_physp_get_subnet_prefix(p_src_physp); in pr_rcv_build_pr() 909 p_pr->sgid.unicast.interface_id = p_src_alias_guid->alias_guid; in pr_rcv_build_pr() 1074 The OpenSM unicast routing algorithms attempt to disperse each path in pr_rcv_get_port_pair_paths() 1315 cl_ntoh64(p_pr->sgid.unicast.prefix)); in osm_pr_get_end_points() 1322 p_pr->sgid.unicast.interface_id); in osm_pr_get_end_points() 1331 cl_ntoh64(p_pr->sgid.unicast.interface_id)); in osm_pr_get_end_points() 1361 dest_guid = find_router(sa, p_pr->dgid.unicast.prefix); in osm_pr_get_end_points() 1375 dest_guid = p_pr->dgid.unicast.interface_id; in osm_pr_get_end_points() [all …]
|
H A D | osm_drop_mgr.c | 204 port_gid.unicast.prefix = sm->p_subn->opt.subnet_prefix; in drop_mgr_remove_port() 205 port_gid.unicast.interface_id = port_guid; in drop_mgr_remove_port() 211 notice.issuer_gid.unicast.prefix = sm->p_subn->opt.subnet_prefix; in drop_mgr_remove_port() 212 notice.issuer_gid.unicast.interface_id = sm->p_subn->sm_port_guid; in drop_mgr_remove_port() 298 cl_ntoh64(port_gid.unicast.interface_id), in drop_mgr_remove_port()
|
/freebsd/tools/tools/ipw/ |
H A D | ipwstats.c | 69 { 3, "Number of unicast frames transmitted", INT }, 70 { 4, "Number of unicast frames transmitted at 1Mb/s", INT }, 71 { 5, "Number of unicast frames transmitted at 2Mb/s", INT }, 72 { 6, "Number of unicast frames transmitted at 5.5Mb/s", INT }, 73 { 7, "Number of unicast frames transmitted at 11Mb/s", INT }, 113 { 62, "Number of unicast frames received", INT }, 114 { 63, "Number of unicast frames received at 1Mb/s", INT }, 115 { 64, "Number of unicast frames received at 2Mb/s", INT }, 116 { 65, "Number of unicast frames received at 5.5Mb/s", INT }, 117 { 66, "Number of unicast frames received at 11Mb/s", INT },
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | altera_tse.txt | 28 - altr,has-supplementary-unicast: 29 If present, TSE supports additional unicast addresses. 30 Otherwise additional unicast addresses are not supported. 72 altr,has-supplementary-unicast; 110 altr,has-supplementary-unicast;
|
H A D | altr,tse.yaml | 38 altr,has-supplementary-unicast: 41 If present, TSE supports additional unicast addresses. 131 altr,has-supplementary-unicast; 155 altr,has-supplementary-unicast;
|
/freebsd/tests/sys/netgraph/ |
H A D | bridge.c | 130 /* send to learned unicast */ in ATF_TC_BODY() 410 /* unknown unicast 0 from uplink1 */ in ATF_TC_BODY() 417 /* unknown unicast 2 from link0 */ in ATF_TC_BODY() 425 /* known unicast 0 from uplink2 */ in ATF_TC_BODY() 433 /* known unicast 0 from link3 */ in ATF_TC_BODY() 441 /* (un)known unicast 2 from uplink1 */ in ATF_TC_BODY() 449 /* (un)known unicast 2 from link0 */ in ATF_TC_BODY() 524 /* unknown unicast 0 from uplink1 */ in ATF_TC_BODY() 531 /* unknown unicast 2 from link0 */ in ATF_TC_BODY() 539 /* known unicast 0 from uplink2 */ in ATF_TC_BODY() [all …]
|
/freebsd/share/man/man4/ |
H A D | vxlan.4 | 95 interface may be configured in either unicast or multicast mode. 96 When in unicast mode, 112 such as the local address for unicast mode or 230 interface in unicast mode 264 to be created, and will configure the interface in unicast mode.
|
/freebsd/usr.sbin/iovctl/ |
H A D | parse.c | 109 * Verifies that the value specified in the config file is a unicast MAC 123 report_config_error(key, obj, "unicast-mac"); in add_unicast_mac_config() 134 report_config_error(key, obj, "unicast-mac"); in add_unicast_mac_config() 139 report_config_error(key, obj, "unicast-mac"); in add_unicast_mac_config() 142 report_config_error(key, obj, "unicast-mac"); in add_unicast_mac_config() 145 report_config_error(key, obj, "unicast-mac"); in add_unicast_mac_config() 154 report_config_error(key, obj, "unicast-mac"); in add_unicast_mac_config() 210 else if (strcasecmp(type, "unicast-mac") == 0) in add_config()
|
/freebsd/sys/net/ |
H A D | if_fwsubr.c | 91 int unicast, dgl, foff; in firewire_output() local 115 * For unicast, we make a tag to store the lladdr of the in firewire_output() 123 unicast = !(m->m_flags & (M_BCAST | M_MCAST)); in firewire_output() 124 if (unicast) { in firewire_output() 164 * Only bother with arp for unicast. Allocation of in firewire_output() 168 if (unicast) { in firewire_output() 181 if (unicast) in firewire_output() 196 if (unicast) { in firewire_output() 216 if (unicast) in firewire_output() 234 * packet size is. For unicast, this is the minimum of what we in firewire_output() [all …]
|
/freebsd/sys/dev/xilinx/ |
H A D | if_xaereg.h | 44 #define XAE_UAWL 0x00020 /* Unicast Address Word Lower RW */ 45 #define XAE_UAWU 0x00024 /* Unicast Address Word Upper RW */ 87 #define XAE_UAW0 0x00700 /* Unicast Address Word 0 register (UAW0) RW */ 88 #define XAE_UAW1 0x00704 /* Unicast Address Word 1 register (UAW1) RW */
|
/freebsd/contrib/ofed/infiniband-diags/man/ |
H A D | check_lft_balance.8 | 33 .SH CHECK INFINIBAND UNICAST FORWARDING TABLES BALANCE 40 unicast forwarding tables. It analyzes the output of
|
/freebsd/sys/net80211/ |
H A D | ieee80211_crypto.c | 70 * lieu of that return key slot 0 for any unicast key in null_key_alloc() 603 * 0 for unicast keys; it assumes that it won't be used for WEP. 617 * Note: only supports a single unicast key (0). 639 * transmit key if there was no unicast key. This in ieee80211_crypto_get_txkey() 644 * group key for unicast was a security risk. in ieee80211_crypto_get_txkey() 731 * Locate the key. If unicast and there is no unicast in ieee80211_crypto_decap() 733 * This assumes unicast keys are only configured when in ieee80211_crypto_decap() 870 * Unicast keys. in ieee80211_crypto_reload_keys()
|
/freebsd/sbin/ping/ |
H A D | ping.8 | 240 link-local/site-local unicast address. 304 For IPv6, the source address must be one of the unicast addresses of 452 requests unicast addresses from all of the responder's interfaces. 466 Without this character, the responder will return unicast addresses only. 510 unicast packets. 512 unicast and multicast packets. 607 Duplicate packets should never occur when pinging a unicast address,
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibsendtrap.c | 166 n->data_details.ntc_257_258.gid1.unicast.prefix = cl_ntoh64(0xf8c0000000000001); in build_trap257_258() 167 n->data_details.ntc_257_258.gid1.unicast.interface_id = cl_ntoh64(0x1111222233334444); in build_trap257_258() 168 n->data_details.ntc_257_258.gid2.unicast.prefix = cl_ntoh64(0xf8c0000000000001); in build_trap257_258() 169 n->data_details.ntc_257_258.gid2.unicast.interface_id = cl_ntoh64(0x5678567812341234); in build_trap257_258()
|
/freebsd/tests/sys/netinet6/ |
H A D | forward6.sh | 35 atf_set descr 'Test valid IPv6 global unicast fast-forwarding to interface' 105 atf_set descr 'Test valid IPv6 global unicast fast-forwarding to GU gw' 179 atf_set descr 'Test valid IPv6 global unicast fast-forwarding to LL gw' 254 atf_set descr 'Test valid IPv6 global unicast fast-forwarding to interface' 323 atf_set descr 'Test valid IPv6 global unicast fast-forwarding to GU gw' 398 atf_set descr 'Test valid IPv6 global unicast fast-forwarding to LL gw'
|
/freebsd/contrib/wpa/src/ap/ |
H A D | iapp.c | 95 /* MOVE-notify - unicast TCP */ 106 /* MOVE-response - unicast TCP */ 136 /* CACHE-response - unicast TCP */ 150 /* Send-Security-Block - unicast TCP */ 158 /* ACK-Security-Block - unicast TCP */
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | todo.txt | 11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast 14 for unicast); worked also with Host AP driver and madwifi
|
/freebsd/contrib/ofed/opensm/man/ |
H A D | opensm.8 | 176 This option enables unicast routing cache and prevents routing 182 A very common case that is handled by the unicast routing cache 878 2. UPDN Unicast routing algorithm - also based on the minimum hops to each 883 3. DNUP Unicast routing algorithm - similar to UPDN but allows routing in 887 4. Fat Tree Unicast routing algorithm - this algorithm optimizes routing 894 5. LASH unicast routing algorithm - uses Infiniband virtual layers 900 6. DOR Unicast routing algorithm - based on the Min Hop algorithm, but 906 7. Torus-2QoS unicast routing algorithm - a DOR-based routing algorithm 913 8. DFSSSP unicast routing algorithm - a deadlock-free 918 9. SSSP unicast routing algorithm - a single-source-shortest-path routing [all …]
|