Searched refs:nft_strerror (Results 1 – 6 of 6) sorted by relevance
83 nft_strerror(errno)); in xtables_main()86 nft_strerror(errno)); in xtables_main()
71 fprintf(stderr, "%s\n", nft_strerror(errno)); in xtables_eb_main()
74 fprintf(stderr, "arptables: %s\n", nft_strerror(errno)); in xtables_arp_main()
133 const char *nft_strerror(int err);
201 .strerror = nft_strerror,
2479 const char *nft_strerror(int err) in nft_strerror() function