Home
last modified time | relevance | path

Searched refs:IF_NAMESIZE (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/net/
Dif.h36 #ifndef IF_NAMESIZE
37 #define IF_NAMESIZE IFNAMSIZ macro
/bionic/tests/
Dnet_if_test.cpp29 char buf[IF_NAMESIZE] = {}; in TEST()
46 char buf[IF_NAMESIZE] = {}; in TEST()
/bionic/libc/dns/net/
Dgetnameinfo.c416 bufsiz >= IF_NAMESIZE) { in ip6_sa2str()