Searched refs:nft_strerror (Results 1 – 6 of 6) sorted by relevance
59 fprintf(stderr, "ebtables: %s\n", nft_strerror(errno)); in xtables_eb_main()
62 fprintf(stderr, "arptables: %s\n", nft_strerror(errno)); in xtables_arp_main()
78 fprintf(stderr, "%s: %s.%s\n", progname, nft_strerror(errno), in xtables_main()
222 const char *nft_strerror(int err);
108 "Could not fetch rule set generation id: %s\n", nft_strerror(errno)); in mnl_genid_get()
3252 const char *nft_strerror(int err) in nft_strerror() function