===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vdr-plugin-satip-2.4.0/socket.c-168-     // First try only the IP address
vdr-plugin-satip-2.4.0/socket.c:169:     *inAddrP = inet_addr(addrP);
vdr-plugin-satip-2.4.0/socket.c-170-     if (*inAddrP == htonl(INADDR_NONE)) {
##############################################
vdr-plugin-satip-2.4.0/socket.c-179-           }
vdr-plugin-satip-2.4.0/socket.c:180:        *inAddrP = inet_addr(*host->h_addr_list);
vdr-plugin-satip-2.4.0/socket.c-181-        }
##############################################
vdr-plugin-satip-2.4.0/socket.c-364-  sockAddr.sin_port = htons((uint16_t)(socketPortM & 0xFFFF));
vdr-plugin-satip-2.4.0/socket.c:365:  sockAddr.sin_addr.s_addr = inet_addr(addrP);
vdr-plugin-satip-2.4.0/socket.c-366-  ERROR_IF_RET(sendto(socketDescM, bufferAddrP, bufferLenP, 0, (struct sockaddr *)&sockAddr, sizeof(sockAddr)) < 0, "sendto()", return false);
##############################################
vdr-plugin-satip-2.4.0/.pc/configurable-pkg-config.patch/Makefile-116-	@echo GT $@
vdr-plugin-satip-2.4.0/.pc/configurable-pkg-config.patch/Makefile:117:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-plugin-satip-2.4.0/.pc/configurable-pkg-config.patch/Makefile-118-
##############################################
vdr-plugin-satip-2.4.0/Makefile-117-	@echo GT $@
vdr-plugin-satip-2.4.0/Makefile:118:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-plugin-satip-2.4.0/Makefile-119-