Home
last modified time | relevance | path

Searched refs:source_mac (Results 1 – 25 of 45) sorted by relevance

12

/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dfinitestate.cc46 if ((iter = bssid_map.find(in_info->source_mac)) == bssid_map.end()) { in ProcessPacket()
48 bssid_map[in_info->source_mac] = elem; in ProcessPacket()
85 if ((iter = bssid_map.find(in_info->source_mac)) == bssid_map.end()) { in ProcessPacket()
87 bssid_map[in_info->source_mac] = elem; in ProcessPacket()
117 iter = source_map.find(in_info->source_mac); in ProcessPacket()
121 source_map[in_info->source_mac] = elem; in ProcessPacket()
130 iter = source_map.find(in_info->source_mac); in ProcessPacket()
134 source_map[in_info->source_mac] = elem; in ProcessPacket()
143 iter = source_map.find(in_info->source_mac); in ProcessPacket()
158 in_info->source_mac.Mac2String().c_str()); in ProcessPacket()
[all …]
H A Dpacketdissectors.cc773 packinfo->source_mac = addr1; in ieee80211_dissector()
780 packinfo->source_mac = addr1; in ieee80211_dissector()
787 packinfo->source_mac = addr1; in ieee80211_dissector()
794 packinfo->source_mac = addr1; in ieee80211_dissector()
802 packinfo->source_mac = addr1; in ieee80211_dissector()
809 packinfo->source_mac = addr1; in ieee80211_dissector()
816 packinfo->source_mac = addr1; in ieee80211_dissector()
829 packinfo->source_mac = addr1; in ieee80211_dissector()
838 packinfo->source_mac = addr1; in ieee80211_dissector()
850 packinfo->source_mac = addr1; in ieee80211_dissector()
[all …]
H A Dpacket.h194 source_mac = mac_addr(0); in kis_ieee80211_packinfo()
245 mac_addr source_mac; variable
H A Dnetracker.cc2440 packinfo->source_mac, in netracker_chain_handler()
2467 cli->mac = packinfo->source_mac; in netracker_chain_handler()
2677 packinfo->source_mac, in netracker_chain_handler()
2765 packinfo->source_mac, in netracker_chain_handler()
2782 packinfo->source_mac, in netracker_chain_handler()
2804 packinfo->source_mac, in netracker_chain_handler()
2882 packinfo->source_mac, in netracker_chain_handler()
2924 packinfo->source_mac, in netracker_chain_handler()
3153 packinfo->source_mac, in datatracker_chain_handler()
3170 packinfo->source_mac, in datatracker_chain_handler()
[all …]
H A Ddumpfile_string.cc136 packinfo->source_mac.Mac2String().c_str(), in chain_handler()
/dports/security/masscan/masscan-1.3.2/src/
H A Dmain-initadapter.c25 macaddress_t *source_mac, in masscan_initialize_adapter() argument
95 *source_mac = masscan->nic[index].source_mac; in masscan_initialize_adapter()
97 if (macaddress_is_zero(*source_mac)) { in masscan_initialize_adapter()
98 rawsock_get_adapter_mac(ifname, source_mac->addr); in masscan_initialize_adapter()
101 if (macaddress_is_zero(*source_mac)) { in masscan_initialize_adapter()
110 fmt = macaddress_fmt(*source_mac); in masscan_initialize_adapter()
186 *source_mac, in masscan_initialize_adapter()
246 *source_mac, in masscan_initialize_adapter()
H A Dstack-queue.c99 stack_create(macaddress_t source_mac, struct stack_src_t *src) in stack_create() argument
105 stack->source_mac = source_mac; in stack_create()
H A Dstack-queue.h19 macaddress_t source_mac; member
46 stack_create(macaddress_t source_mac, struct stack_src_t *src);
H A Dmasscan.h133 macaddress_t source_mac; member
474 macaddress_t *source_mac,
H A Dtempl-pkt.c1219 macaddress_t source_mac, in _template_init() argument
1264 memcpy(px+6, source_mac.addr, 6); in _template_init()
1276 memcpy((char*)parsed._ip_src - 6, source_mac.addr, 6); in _template_init()
1375 macaddress_t source_mac, in template_packet_init() argument
1388 source_mac, router_mac_ipv4, router_mac_ipv6, in template_packet_init()
1396 source_mac, router_mac_ipv4, router_mac_ipv6, in template_packet_init()
1404 source_mac, router_mac_ipv4, router_mac_ipv6, in template_packet_init()
1413 source_mac, router_mac_ipv4, router_mac_ipv6, in template_packet_init()
1423 source_mac, router_mac_ipv4, router_mac_ipv6, in template_packet_init()
1431 source_mac, router_mac_ipv4, router_mac_ipv6, in template_packet_init()
[all …]
H A Drawsock.c876 macaddress_t source_mac = {{0,0,0,0,0,0}}; in rawsock_selftest_if() local
924 err = rawsock_get_adapter_mac(ifname, source_mac.addr); in rawsock_selftest_if()
928 fmt = macaddress_fmt(source_mac); in rawsock_selftest_if()
954 source_mac, in rawsock_selftest_if()
979 source_mac, in rawsock_selftest_if()
H A Dtempl-pkt.h112 macaddress_t source_mac,
/dports/net-mgmt/openlldp/openlldp-0.4alpha/src/
H A Dtx_sm.c74 tx_hdr.src[0] = lldp_port->source_mac[0]; in mibConstrInfoLLDPDU()
75 tx_hdr.src[1] = lldp_port->source_mac[1]; in mibConstrInfoLLDPDU()
76 tx_hdr.src[2] = lldp_port->source_mac[2]; in mibConstrInfoLLDPDU()
77 tx_hdr.src[3] = lldp_port->source_mac[3]; in mibConstrInfoLLDPDU()
78 tx_hdr.src[4] = lldp_port->source_mac[4]; in mibConstrInfoLLDPDU()
79 tx_hdr.src[5] = lldp_port->source_mac[5]; in mibConstrInfoLLDPDU()
H A Dlldp_main.c111 debug_printf(DEBUG_INT, "\tMAC: %X:%X:%X:%X:%X:%X\n", lldp_port->source_mac[0] in walk_port_list()
112 , lldp_port->source_mac[1] in walk_port_list()
113 , lldp_port->source_mac[2] in walk_port_list()
114 , lldp_port->source_mac[3] in walk_port_list()
115 , lldp_port->source_mac[4] in walk_port_list()
116 , lldp_port->source_mac[5]); in walk_port_list()
H A Dlldp_port.h130 uint8_t source_mac[6]; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh176 local source_mac=$1; shift
181 )"$source_mac:"$( : ETH saddr
197 local source_mac=$1; shift
202 )"$source_mac:"$( : ETH saddr
H A Ddevlink_trap_tunnel_vxlan.sh272 source_mac=01:02:03:04:05:06
279 )"$source_mac:"$( : ETH saddr
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh176 local source_mac=$1; shift
181 )"$source_mac:"$( : ETH saddr
197 local source_mac=$1; shift
202 )"$source_mac:"$( : ETH saddr
H A Ddevlink_trap_tunnel_vxlan.sh272 source_mac=01:02:03:04:05:06
279 )"$source_mac:"$( : ETH saddr
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh176 local source_mac=$1; shift
181 )"$source_mac:"$( : ETH saddr
197 local source_mac=$1; shift
202 )"$source_mac:"$( : ETH saddr
H A Ddevlink_trap_tunnel_vxlan.sh272 source_mac=01:02:03:04:05:06
279 )"$source_mac:"$( : ETH saddr
/dports/net-mgmt/dhcdrop/dhcdrop-0.5/src/
H A Ddhcdrop.c179 …scan_subnet(pcap_socket, config->from_ip, config->source_mac, config->scanned_network, config->sca… in exec_action()
189 ret = send_dhcp_release(pcap_socket, config, config->source_mac, in exec_action()
560 ret = etheraddr_str_to_bin(params->str_source_mac, params->source_mac); in configure()
1217 memcpy(src_ether, par_ptr->config->source_mac, sizeof(src_ether)); in start_flood()
1280 …t dhcp_opt_len = make_dhcp_req(&dhcp_req, DHCPDISCOVER, src_ether ? src_ether : config->source_mac, in send_dhcp_discover()
1288 snd_data_len, config, src_ether ? src_ether : config->source_mac, 0)) in send_dhcp_discover()
1408 snd_data_len, config, src_ether ? src_ether : config->source_mac, 0)) in send_dhcp_request()
1440 snd_data_len, config, src_ether ? src_ether : config->source_mac, server_ip_address)) in send_dhcp_release()
H A Ddhcdrop_types.h124 uint8_t source_mac[6]; member
/dports/net-mgmt/openlldp/openlldp-0.4alpha/src/platform/framehandlers/linux/
H A Dlldp_linux_framer.c222 debug_hex_printf(DEBUG_INT, lldp_port->source_mac, 6); in refreshInterfaceData()
254 memcpy(&lldp_port->source_mac[0], &ifr->ifr_hwaddr.sa_data[0], 6); in _getmac()
/dports/net-mgmt/openlldp/openlldp-0.4alpha/src/platform/framehandlers/bpf/
H A Dlldp_bpf_framer.c233 _getmac(lldp_port->source_mac, lldp_port->if_name); in socketInitializeLLDP()
314 _getmac(lldp_port->source_mac, lldp_port->if_name); in refreshInterfaceData()

12