Home
last modified time | relevance | path

Searched refs:AF_LLC (Results 1 – 25 of 28) sorted by relevance

12

/external/libnl/lib/
Daddr.c331 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/strace/xlat/
Daddrfams.h188 #if defined(AF_LLC) || (defined(HAVE_DECL_AF_LLC) && HAVE_DECL_AF_LLC)
190 static_assert((AF_LLC) == (26), "AF_LLC != 26");
193 # define AF_LLC 26
353 [AF_LLC] = XLAT(AF_LLC),
Daddrfams.in28 AF_LLC 26
/external/libnl/include/netlink/
Dnetlink-compat.h46 #ifndef AF_LLC
47 #define AF_LLC 26 macro
/external/syzkaller/sys/linux/
Dsocket_llc.txt6 # AF_LLC support.
16 syz_init_net_socket$llc(domain const[AF_LLC], type flags[llc_socket_type], proto const[0]) sock_llc
28 sllc_family const[AF_LLC, int16]
Dinit.go37 AF_LLC: target.ConstMap["AF_LLC"],
97 AF_LLC uint64 member
138 case arch.AF_NFC, arch.AF_LLC, arch.AF_BLUETOOTH:
Dsocket_llc_ppc64le.const2 AF_LLC = 26
Dsocket_llc_amd64.const2 AF_LLC = 26
Dsocket_llc_arm64.const2 AF_LLC = 26
Dsocket_llc_arm.const2 AF_LLC = 26
Dsocket_llc_386.const2 AF_LLC = 26
/external/libnl/tests/
Dtest-create-macvlan.c33 addr = nl_addr_build(AF_LLC, ether_aton("00:11:22:33:44:55"), ETH_ALEN); in main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go37 AF_LLC = 0x1a const
Dzerrors_linux_mipsle.go42 AF_LLC = 0x1a const
Dzerrors_linux_s390x.go42 AF_LLC = 0x1a const
Dzerrors_linux_arm.go42 AF_LLC = 0x1a const
Dzerrors_linux_ppc64le.go42 AF_LLC = 0x1a const
Dzerrors_linux_mips64.go42 AF_LLC = 0x1a const
Dzerrors_linux_ppc64.go42 AF_LLC = 0x1a const
Dzerrors_linux_amd64.go42 AF_LLC = 0x1a const
Dzerrors_linux_mips64le.go42 AF_LLC = 0x1a const
Dzerrors_linux_386.go42 AF_LLC = 0x1a const
Dzerrors_linux_mips.go42 AF_LLC = 0x1a const
Dzerrors_linux_arm64.go42 AF_LLC = 0x1a const
/external/python/cpython2/Modules/
Dsocketmodule.c4796 #ifdef AF_LLC
4798 PyModule_AddIntConstant(m, "AF_LLC", AF_LLC);

12