=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== npd6-1.1.0/config.c-180- // Build a binary image of it npd6-1.1.0/config.c:181: build_addr(prefixaddrstr, &prefixaddr); npd6-1.1.0/config.c-182- // Store it ############################################## npd6-1.1.0/config.c-318- case NPD6LISTADDR: npd6-1.1.0/config.c:319: if (build_addr( righttoken, &listEntry) ) npd6-1.1.0/config.c-320- { ############################################## npd6-1.1.0/exparser.c-722-void npd6-1.1.0/exparser.c:723:exp_ipv6_string_to_addr(char* ipv6_str, struct in6_addr* ipv6) npd6-1.1.0/exparser.c-724-{ ############################################## npd6-1.1.0/exparser.c-736-void npd6-1.1.0/exparser.c:737:exp_ipv4_string_to_addr(char* ipv4_str, struct in_addr* ipv4) npd6-1.1.0/exparser.c-738-{ ############################################## npd6-1.1.0/exparser.h-98- npd6-1.1.0/exparser.h:99:void exp_ipv6_string_to_addr(char* ipv6_str, struct in6_addr* ipv6); npd6-1.1.0/exparser.h-100-void exp_ipv6_addr_to_string(struct in6_addr* ipv6, char* ipv6_str, int length); npd6-1.1.0/exparser.h:101:void exp_ipv4_string_to_addr(char* ipv4_str, struct in_addr* ipv4); npd6-1.1.0/exparser.h-102-void exp_ipv4_addr_to_string(struct in_addr* ipv4, char* ipv4_str, int length); ############################################## npd6-1.1.0/icmp6.c-275- memcpy(addr6, &(saddr.sin6_addr), sizeof(struct in6_addr)); npd6-1.1.0/icmp6.c:276: print_addr(&(saddr.sin6_addr), addr_str); npd6-1.1.0/icmp6.c-277- flog( LOG_DEBUG2, "RA received src address: %s", addr_str); ############################################## npd6-1.1.0/icmp6.c-289- char addr_str[INET6_ADDRSTRLEN]; npd6-1.1.0/icmp6.c:290: print_addr(&(thispkt6->ipi6_addr), addr_str); npd6-1.1.0/icmp6.c-291- flog( LOG_DEBUG2, "RA received dst address: %s", addr_str); ############################################## npd6-1.1.0/ip6.c-108- { npd6-1.1.0/ip6.c:109: print_addr(srcaddr, srcaddr_str); npd6-1.1.0/ip6.c:110: print_addr(dstaddr, dstaddr_str); npd6-1.1.0/ip6.c-111- flog( LOG_DEBUG, "src addr = %s", srcaddr_str); ############################################## npd6-1.1.0/ip6.c-356- { npd6-1.1.0/ip6.c:357: print_addr(addr6, addr6_str); npd6-1.1.0/ip6.c-358- flog(LOG_INFO, "RA received from address: %s", addr6_str); ############################################## npd6-1.1.0/ip6.c-397- npd6-1.1.0/ip6.c:398: print_addr(&prefixPrefix, prefixPrefix_str); npd6-1.1.0/ip6.c-399- flog(LOG_INFO, "Received prefix is: %s", prefixPrefix_str); ############################################## npd6-1.1.0/util.c-186- */ npd6-1.1.0/util.c:187:void print_addr(struct in6_addr *addr, char *str) npd6-1.1.0/util.c-188-{ ############################################## npd6-1.1.0/util.c-216- */ npd6-1.1.0/util.c:217:int build_addr(char *str, struct in6_addr *addr) npd6-1.1.0/util.c-218-{ ############################################## npd6-1.1.0/util.c-680- data = *(struct in6_addr **) nodep; npd6-1.1.0/util.c:681: print_addr(data, addressString); npd6-1.1.0/util.c-682- flog(LOG_INFO, "Address: %s", addressString); ############################################## npd6-1.1.0/.pc/gcc10.patch/npd6.h-134-void usersignal(int ); npd6-1.1.0/.pc/gcc10.patch/npd6.h:135:void print_addr(struct in6_addr *, char *); npd6-1.1.0/.pc/gcc10.patch/npd6.h-136-void print_addr16(const struct in6_addr * , char * ); npd6-1.1.0/.pc/gcc10.patch/npd6.h:137:int build_addr(char *, struct in6_addr *); npd6-1.1.0/.pc/gcc10.patch/npd6.h-138-int prefixset(char []); ############################################## npd6-1.1.0/npd6.h-134-void usersignal(int ); npd6-1.1.0/npd6.h:135:void print_addr(struct in6_addr *, char *); npd6-1.1.0/npd6.h-136-void print_addr16(const struct in6_addr * , char * ); npd6-1.1.0/npd6.h:137:int build_addr(char *, struct in6_addr *); npd6-1.1.0/npd6.h-138-int prefixset(char []);