Searched defs:af (Results 1 – 11 of 11) sorted by relevance
/busybox-1.35.0/networking/libiproute/ |
D | utils.c | 280 const char* FAST_FUNC rt_addr_n2a(int af, void *addr) in rt_addr_n2a() 294 const char* FAST_FUNC format_host(int af, int len, void *addr) in format_host()
|
D | utils.h | 72 #define format_host(af, len, addr) \ argument
|
D | iprule.c | 191 int af = preferred_family; in iprule_list() local
|
/busybox-1.35.0/libbb/ |
D | xconnect.c | 311 #define str2sockaddr(host, port, af, ai_flags) str2sockaddr(host, port, ai_flags) argument 315 len_and_sockaddr* FAST_FUNC host_and_af2sockaddr(const char *host, int port, sa_family_t af) in host_and_af2sockaddr() 320 len_and_sockaddr* FAST_FUNC xhost_and_af2sockaddr(const char *host, int port, sa_family_t af) in xhost_and_af2sockaddr()
|
/busybox-1.35.0/e2fsprogs/ |
D | chattr.c | 65 unsigned af; member
|
/busybox-1.35.0/networking/ |
D | ping.c | 338 # define common_ping_main(af, argv) common_ping_main(argv) argument 340 static int common_ping_main(sa_family_t af, char **argv) in common_ping_main() 984 sa_family_t af = AF_UNSPEC; in common_ping_main() local
|
D | traceroute.c | 887 sa_family_t af; in traceroute_init() local 889 enum { af = AF_INET }; in traceroute_init() enumerator
|
D | ifupdown.c | 835 static const struct address_family_t *get_address_family(const struct address_family_t *const af[],… in get_address_family() 850 static const struct method_t *get_method(const struct address_family_t *af, char *name) in get_method()
|
D | interface.c | 274 static const struct aftype *get_afntype(int af) in get_afntype()
|
/busybox-1.35.0/include/ |
D | libbb.h | 807 #define host_and_af2sockaddr(host, port, af) host2sockaddr((host), (port)) argument 808 #define xhost_and_af2sockaddr(host, port, af) xhost2sockaddr((host), (port)) argument 1548 int af; member
|
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 2130 unsigned long af, ac; in obj_load_order_prio() local
|