Home
last modified time | relevance | path

Searched refs:nft_strerror (Results 1 – 6 of 6) sorted by relevance

/external/iptables/iptables/
Dxtables-eb-standalone.c59 fprintf(stderr, "ebtables: %s\n", nft_strerror(errno)); in xtables_eb_main()
Dxtables-arp-standalone.c62 fprintf(stderr, "arptables: %s\n", nft_strerror(errno)); in xtables_arp_main()
Dxtables-standalone.c78 fprintf(stderr, "%s: %s.%s\n", progname, nft_strerror(errno), in xtables_main()
Dnft.h222 const char *nft_strerror(int err);
Dnft-cache.c108 "Could not fetch rule set generation id: %s\n", nft_strerror(errno)); in mnl_genid_get()
Dnft.c3252 const char *nft_strerror(int err) in nft_strerror() function