Searched refs:AF_LLC (Results 1 – 9 of 9) sorted by relevance
/external/libnl/lib/ |
D | addr.c | 331 case AF_LLC: in nl_addr_parse() 332 family = AF_LLC; in nl_addr_parse() 367 if ((hint == AF_LLC || hint == AF_UNSPEC) && strchr(str, ':')) { in nl_addr_parse() 372 family = AF_LLC; in nl_addr_parse() 383 if (hint == AF_LLC) { in nl_addr_parse() 658 case AF_LLC: in nl_addr_valid() 679 return AF_LLC; in nl_addr_guess_family() 977 case AF_LLC: in nl_addr2str() 1034 __ADD(AF_LLC,llc)
|
/external/libnl/include/netlink/ |
D | netlink-compat.h | 46 #ifndef AF_LLC 47 #define AF_LLC 26 macro
|
/external/strace/xlat/ |
D | addrfams.h | 80 #if !(defined(AF_LLC) || (defined(HAVE_DECL_AF_LLC) && HAVE_DECL_AF_LLC)) 81 # define AF_LLC 26 macro 164 XLAT(AF_LLC),
|
D | addrfams.in | 27 AF_LLC 26
|
/external/libnl/tests/ |
D | test-create-macvlan.c | 33 addr = nl_addr_build(AF_LLC, ether_aton("00:11:22:33:44:55"), ETH_ALEN); in main()
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 4796 #ifdef AF_LLC 4798 PyModule_AddIntConstant(m, "AF_LLC", AF_LLC);
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 6739 #ifdef AF_LLC 6741 PyModule_AddIntMacro(m, AF_LLC);
|
/external/libnl/doc/ |
D | route.txt | 753 addr = nl_addr_build(AF_LLC, ether_aton("00:11:22:33:44:55"), ETH_ALEN);
|
D | core.txt | 2762 * `AF_LLC`
|