===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lldpad-1.0.1+git20200210.2022b0c/include/linux/if_link.h-194-	IFLA_INET6_MCAST,	/* MC things. What of them?	*/
lldpad-1.0.1+git20200210.2022b0c/include/linux/if_link.h:195:	IFLA_INET6_CACHEINFO,	/* time values and max reasm size */
lldpad-1.0.1+git20200210.2022b0c/include/linux/if_link.h-196-	IFLA_INET6_ICMP6STATS,	/* statistics (icmpv6)		*/
##############################################
lldpad-1.0.1+git20200210.2022b0c/include/lldp_dcbx_nl.h-170-
lldpad-1.0.1+git20200210.2022b0c/include/lldp_dcbx_nl.h:171:int get_perm_hwaddr(const char *ifname, u8 *buf_perm, u8 *buf_san);
lldpad-1.0.1+git20200210.2022b0c/include/lldp_dcbx_nl.h-172-int set_hw_all(char *ifname);
##############################################
lldpad-1.0.1+git20200210.2022b0c/include/lldp_util.h-153-int get_mac(const char *ifname, u8 mac[], bool perm_mac);
lldpad-1.0.1+git20200210.2022b0c/include/lldp_util.h:154:int get_saddr(const char *ifname, struct sockaddr_in *saddr);
lldpad-1.0.1+git20200210.2022b0c/include/lldp_util.h:155:int get_ipaddr(const char *ifname, struct in_addr *);
lldpad-1.0.1+git20200210.2022b0c/include/lldp_util.h-156-int get_ipaddrstr(const char *ifname, char *ipaddr, size_t size);
##############################################
lldpad-1.0.1+git20200210.2022b0c/include/lldp_util.h-162-int str2mac(const char *src, u8 *mac, size_t size);
lldpad-1.0.1+git20200210.2022b0c/include/lldp_util.h:163:int str2addr(int domain, const char *src, void *dst, size_t size);
lldpad-1.0.1+git20200210.2022b0c/include/lldp_util.h-164-int addr2str(int domain, const void *src, char *dst, size_t size);
##############################################
lldpad-1.0.1+git20200210.2022b0c/include/lldp_util.h-167-int get_master(const char *ifname);
lldpad-1.0.1+git20200210.2022b0c/include/lldp_util.h:168:int get_addr(const char *ifname, int domain, void *buf);
lldpad-1.0.1+git20200210.2022b0c/include/lldp_util.h-169-int check_link_status(const char *ifname);
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c-60-
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c:61:int l2_packet_get_own_src_addr(struct l2_packet_data *l2, u8 *addr)
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c-62-{
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c-88- */
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c:89:void get_remote_peer_mac_addr(struct port *port, struct lldp_agent *agent)
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c-90-{
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c-94-
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c:95:void l2_packet_get_remote_addr(struct l2_packet_data *l2, u8 *addr)
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c-96-{
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c-99-
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c:100:int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr)
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c-101-{
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c-214-
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c:215:	if (get_perm_hwaddr(ifname, l2->perm_mac_addr, l2->san_mac_addr) != 0) {
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet_linux.c-216-		memcpy(l2->perm_mac_addr, ifr.ifr_hwaddr.sa_data, ETH_ALEN);
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp/rx.c-153-	memset(agent->rx.manifest, 0, sizeof(rxmanifest));
lldpad-1.0.1+git20200210.2022b0c/lldp/rx.c:154:	get_remote_peer_mac_addr(port, agent);
lldpad-1.0.1+git20200210.2022b0c/lldp/rx.c-155-	tlv_offset = sizeof(struct l2_ethhdr);  /* Points to 1st TLV */
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp/tx.c-59-	memcpy(eth.h_dest, agent->mac_addr, ETH_ALEN);
lldpad-1.0.1+git20200210.2022b0c/lldp/tx.c:60:	l2_packet_get_own_src_addr(port->l2,(u8 *)&own_addr);
lldpad-1.0.1+git20200210.2022b0c/lldp/tx.c-61-	memcpy(eth.h_source, &own_addr, ETH_ALEN);
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp/tx.c-196-	memcpy(eth.h_dest, agent->mac_addr, ETH_ALEN);
lldpad-1.0.1+git20200210.2022b0c/lldp/tx.c:197:	l2_packet_get_own_src_addr(port->l2,(u8 *)&own_addr);
lldpad-1.0.1+git20200210.2022b0c/lldp/tx.c-198-	memcpy(eth.h_source, &own_addr, ETH_ALEN);
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet.h-104- */
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet.h:105:int l2_packet_get_own_src_addr(struct l2_packet_data *l2, u8 *addr);
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet.h-106-
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet.h-112- */
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet.h:113:int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr);
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet.h-114-
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet.h:115:void get_remote_peer_mac_addr(struct port *port, struct lldp_agent *);
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet.h:116:void l2_packet_get_remote_addr(struct l2_packet_data *l2, u8 *addr);
lldpad-1.0.1+git20200210.2022b0c/lldp/l2_packet.h-117-
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_basman.c-418-	}
lldpad-1.0.1+git20200210.2022b0c/lldp_basman.c:419:	if (!str2addr(domain, maddr, &m->a, sizeof(m->a))) {
lldpad-1.0.1+git20200210.2022b0c/lldp_basman.c-420-		goto out_set;
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_basman.c-424-	/* failed to get from config, so build from scratch */
lldpad-1.0.1+git20200210.2022b0c/lldp_basman.c:425:	if (get_addr(bd->ifname, domain, &m->a)) {
lldpad-1.0.1+git20200210.2022b0c/lldp_basman.c:426:		LLDPAD_DBG("%s:%s:get_addr() for domain %d failed\n",
lldpad-1.0.1+git20200210.2022b0c/lldp_basman.c-427-			__func__, bd->ifname, domain);
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_basman.c-430-	if (addr2str(domain, &m->a, maddr, sizeof(maddr))) {
lldpad-1.0.1+git20200210.2022b0c/lldp_basman.c:431:		LLDPAD_DBG("%s:%s:get_addr() for domain %d failed\n",
lldpad-1.0.1+git20200210.2022b0c/lldp_basman.c-432-			__func__, bd->ifname, domain);
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_basman_clif.c-40-void print_capabilities(u16, char *info);
lldpad-1.0.1+git20200210.2022b0c/lldp_basman_clif.c:41:void print_mng_addr(u16, char *info);
lldpad-1.0.1+git20200210.2022b0c/lldp_basman_clif.c-42-u32 basman_lookup_tlv_name(char *tlvid_str);
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_basman_clif.c-180-
lldpad-1.0.1+git20200210.2022b0c/lldp_basman_clif.c:181:void print_mng_addr(u16 len, char *info)
lldpad-1.0.1+git20200210.2022b0c/lldp_basman_clif.c-182-{
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_mand.c-116-	void *v6_ptr = &chassis->id.na.ip.v6;
lldpad-1.0.1+git20200210.2022b0c/lldp_mand.c:117:	if (!get_ipaddr(md->ifname, v4_ptr)) {
lldpad-1.0.1+git20200210.2022b0c/lldp_mand.c-118-		chassis->sub = CHASSIS_ID_NETWORK_ADDRESS;
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_mand.c-378-		void *v4_ptr = &portid.id.na.ip.v4;
lldpad-1.0.1+git20200210.2022b0c/lldp_mand.c:379:		if (!get_ipaddr(md->ifname, v4_ptr)) {
lldpad-1.0.1+git20200210.2022b0c/lldp_mand.c-380-			portid.sub = PORT_ID_NETWORK_ADDRESS;
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_rtnl.c-264-
lldpad-1.0.1+git20200210.2022b0c/lldp_rtnl.c:265:int get_perm_hwaddr(const char *ifname, u8 *buf_perm, u8 *buf_san)
lldpad-1.0.1+git20200210.2022b0c/lldp_rtnl.c-266-{
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-300-		if (strncmp(ifname, act_ifname, IFNAMSIZ))
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c:301:			if (get_perm_hwaddr(ifname, addr, san_mac) == 0)
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-302-				if (!memcmp(bond_mac, addr, ETH_ALEN))
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c:303:					get_perm_hwaddr(act_ifname, addr,
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-304-								san_mac);
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1057-
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c:1058:int get_saddr(const char *ifname, struct sockaddr_in *saddr)
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1059-{
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1075-
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c:1076:int get_ipaddr(const char *ifname, struct in_addr *in)
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1077-{
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1080-
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c:1081:	rc = get_saddr(ifname, &sa);
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1082-	if (rc == 0)
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1091-
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c:1092:	rc = get_saddr(ifname, &sa);
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1093-	if (rc == 0) {
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1155-
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c:1156:int get_addr(const char *ifname, int domain, void *buf)
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1157-{
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1158-	if (domain == AF_INET)
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c:1159:		return get_ipaddr(ifname, (struct in_addr *)buf);
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1160-	else if (domain == AF_INET6)
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1202-
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c:1203:int str2addr(int domain, const char *src, void *dst, size_t size)
lldpad-1.0.1+git20200210.2022b0c/lldp_util.c-1204-{
##############################################
lldpad-1.0.1+git20200210.2022b0c/qbg/vdp22cisco_oui.c-373-
lldpad-1.0.1+git20200210.2022b0c/qbg/vdp22cisco_oui.c:374:static inline size_t cisco_vdp22_gen_l3addr(char unsigned *cp, size_t offset,
lldpad-1.0.1+git20200210.2022b0c/qbg/vdp22cisco_oui.c-375-					    struct vdp22_oui_data_s *oui_ptr)
##############################################
lldpad-1.0.1+git20200210.2022b0c/qbg/vdp22cisco_oui.c-456-	if (vdp_cisco_oui_str->vm_addr_len != 0)
lldpad-1.0.1+git20200210.2022b0c/qbg/vdp22cisco_oui.c:457:		offset = cisco_vdp22_gen_l3addr(cp, offset, oui_ptr);
lldpad-1.0.1+git20200210.2022b0c/qbg/vdp22cisco_oui.c-458-	return offset;
##############################################
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp.c-264-	memcpy(eth.h_dest, nearest_bridge, ETH_ALEN);
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp.c:265:	l2_packet_get_own_src_addr(vd->ecp.l2,(u8 *)&own_addr);
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp.c-266-	memcpy(eth.h_source, &own_addr, ETH_ALEN);
##############################################
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp.c-592-	hdr = (struct l2_ethhdr *)vd->ecp.tx.frame;
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp.c:593:	l2_packet_get_own_src_addr(vd->ecp.l2,(u8 *)&own_addr);
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp.c-594-	memcpy(hdr->h_source, &own_addr, ETH_ALEN);
##############################################
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp22.c-151-	memcpy(eth.h_dest, p->mac, ETH_ALEN);
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp22.c:152:	l2_packet_get_own_src_addr(ecp->l2, eth.h_source);
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp22.c-153-	eth.h_proto = htons(ETH_P_ECP22);
##############################################
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp22.c-461-	memcpy(ethdst->h_dest, nearest_customer_bridge, ETH_ALEN);
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp22.c:462:	l2_packet_get_own_src_addr(ecp->l2, (u8 *)&ethdst->h_source);
lldpad-1.0.1+git20200210.2022b0c/qbg/ecp22.c-463-	ethdst->h_proto = ethsrc->h_proto;
##############################################
lldpad-1.0.1+git20200210.2022b0c/test/lldp_clif_test.c-38-/* functions to test */
lldpad-1.0.1+git20200210.2022b0c/test/lldp_clif_test.c:39:extern void print_mng_addr(u16 len, char *info);
lldpad-1.0.1+git20200210.2022b0c/test/lldp_clif_test.c-40-
##############################################
lldpad-1.0.1+git20200210.2022b0c/test/lldp_clif_test.c-91-
lldpad-1.0.1+git20200210.2022b0c/test/lldp_clif_test.c:92:	print_mng_addr(strlen(mgmt_info_test), mgmt_info_test);
lldpad-1.0.1+git20200210.2022b0c/test/lldp_clif_test.c-93-
##############################################
lldpad-1.0.1+git20200210.2022b0c/test/nltest.c-516-
lldpad-1.0.1+git20200210.2022b0c/test/nltest.c:517:static int get_perm_hwaddr(char *ifname, __u8 *buf_perm, __u8 *buf_san)
lldpad-1.0.1+git20200210.2022b0c/test/nltest.c-518-{
##############################################
lldpad-1.0.1+git20200210.2022b0c/test/nltest.c-1447-	printf("\nGETTING PERMANENT MAC: ");
lldpad-1.0.1+git20200210.2022b0c/test/nltest.c:1448:	get_perm_hwaddr(ifname, mac, san_mac);
lldpad-1.0.1+git20200210.2022b0c/test/nltest.c-1449-	for (i = 0; i < 5; i++)
##############################################
lldpad-1.0.1+git20200210.2022b0c/ylwrap-127-  # The directory holding the input.
lldpad-1.0.1+git20200210.2022b0c/ylwrap:128:  input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
lldpad-1.0.1+git20200210.2022b0c/ylwrap-129-  # Quote $INPUT_DIR so we can use it in a regexp.
lldpad-1.0.1+git20200210.2022b0c/ylwrap-130-  # FIXME: really we should care about more than `.' and `\'.
lldpad-1.0.1+git20200210.2022b0c/ylwrap:131:  input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'`
lldpad-1.0.1+git20200210.2022b0c/ylwrap-132-
##############################################
lldpad-1.0.1+git20200210.2022b0c/ylwrap-160-	realtarget="$target"
lldpad-1.0.1+git20200210.2022b0c/ylwrap:161:	target="tmp-`echo $target | sed s/.*[\\/]//g`"
lldpad-1.0.1+git20200210.2022b0c/ylwrap-162-      fi
##############################################
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp.c-264-	memcpy(eth.h_dest, nearest_bridge, ETH_ALEN);
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp.c:265:	l2_packet_get_own_src_addr(vd->ecp.l2,(u8 *)&own_addr);
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp.c-266-	memcpy(eth.h_source, &own_addr, ETH_ALEN);
##############################################
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp.c-592-	hdr = (struct l2_ethhdr *)vd->ecp.tx.frame;
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp.c:593:	l2_packet_get_own_src_addr(vd->ecp.l2,(u8 *)&own_addr);
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp.c-594-	memcpy(hdr->h_source, &own_addr, ETH_ALEN);
##############################################
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp22.c-151-	memcpy(eth.h_dest, p->mac, ETH_ALEN);
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp22.c:152:	l2_packet_get_own_src_addr(ecp->l2, eth.h_source);
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp22.c-153-	eth.h_proto = htons(ETH_P_ECP22);
##############################################
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp22.c-461-	memcpy(ethdst->h_dest, nearest_customer_bridge, ETH_ALEN);
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp22.c:462:	l2_packet_get_own_src_addr(ecp->l2, (u8 *)&ethdst->h_source);
lldpad-1.0.1+git20200210.2022b0c/.pc/spelling-fixes.patch/qbg/ecp22.c-463-	ethdst->h_proto = ethsrc->h_proto;
##############################################
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/vdptool.c-686- */
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/vdptool.c:687:int get_perm_hwaddr(UNUSED const char *ifname, UNUSED unsigned char *buf_perm,
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/vdptool.c-688-		    UNUSED unsigned char *buf_san)
##############################################
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp/l2_packet.h-104- */
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp/l2_packet.h:105:int l2_packet_get_own_src_addr(struct l2_packet_data *l2, u8 *addr);
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp/l2_packet.h-106-
##############################################
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp/l2_packet.h-112- */
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp/l2_packet.h:113:int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr);
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp/l2_packet.h-114-
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp/l2_packet.h:115:void get_remote_peer_mac_addr(struct port *port, struct lldp_agent *);
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp/l2_packet.h:116:void l2_packet_get_remote_addr(struct l2_packet_data *l2, u8 *addr);
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp/l2_packet.h-117-
##############################################
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp_8021qaz.c-597-	tlvs->ieee8021qazdu = 0;
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp_8021qaz.c:598:	l2_packet_get_own_src_addr(port->l2, tlvs->local_mac);
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp_8021qaz.c-599-	memset(tlvs->remote_mac, 0, ETH_ALEN);
##############################################
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp_8021qaz.c-1975-
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp_8021qaz.c:1976:		l2_packet_get_remote_addr(port->l2, qaz_tlvs->remote_mac);
lldpad-1.0.1+git20200210.2022b0c/.pc/fix-gcc-10-build.patch/lldp_8021qaz.c-1977-		if (unpack_ieee8021qaz_tlvs(port, agent, tlv))
##############################################
lldpad-1.0.1+git20200210.2022b0c/vdptool.c-686- */
lldpad-1.0.1+git20200210.2022b0c/vdptool.c:687:int get_perm_hwaddr(UNUSED const char *ifname, UNUSED unsigned char *buf_perm,
lldpad-1.0.1+git20200210.2022b0c/vdptool.c-688-		    UNUSED unsigned char *buf_san)
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_8021qaz.c-597-	tlvs->ieee8021qazdu = 0;
lldpad-1.0.1+git20200210.2022b0c/lldp_8021qaz.c:598:	l2_packet_get_own_src_addr(port->l2, tlvs->local_mac);
lldpad-1.0.1+git20200210.2022b0c/lldp_8021qaz.c-599-	memset(tlvs->remote_mac, 0, ETH_ALEN);
##############################################
lldpad-1.0.1+git20200210.2022b0c/lldp_8021qaz.c-1975-
lldpad-1.0.1+git20200210.2022b0c/lldp_8021qaz.c:1976:		l2_packet_get_remote_addr(port->l2, qaz_tlvs->remote_mac);
lldpad-1.0.1+git20200210.2022b0c/lldp_8021qaz.c-1977-		if (unpack_ieee8021qaz_tlvs(port, agent, tlv))