OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nl_family
(Results
76 - 100
of
110
) sorted by null
1
2
3
4
5
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
netlink.h
55
__kernel_sa_family_t
nl_family
;
member in struct:sockaddr_nl
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
netlink.h
55
__kernel_sa_family_t
nl_family
;
member in struct:sockaddr_nl
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
netlink.h
55
__kernel_sa_family_t
nl_family
;
member in struct:sockaddr_nl
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
netlink.h
55
__kernel_sa_family_t
nl_family
;
member in struct:sockaddr_nl
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
netlink.h
55
__kernel_sa_family_t
nl_family
;
member in struct:sockaddr_nl
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
netlink.h
55
__kernel_sa_family_t
nl_family
;
member in struct:sockaddr_nl
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
netlink.h
55
__kernel_sa_family_t
nl_family
;
member in struct:sockaddr_nl
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
netlink.h
55
__kernel_sa_family_t
nl_family
;
member in struct:sockaddr_nl
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
netlink.h
55
__kernel_sa_family_t
nl_family
;
member in struct:sockaddr_nl
/system/netd/server/
NetlinkManager.cpp
75
nladdr.
nl_family
= AF_NETLINK;
SockDiag.cpp
78
sockaddr_nl nl = { .
nl_family
= AF_NETLINK };
/external/libnl/lib/
socket.c
100
sk->s_local.
nl_family
= AF_NETLINK;
101
sk->s_peer.
nl_family
= AF_NETLINK;
nl.c
143
if (sk->s_local.
nl_family
!= AF_NETLINK) {
250
if (dst->
nl_family
== AF_NETLINK)
/external/libpcap/
pcap-netfilter-linux.c
280
snl.
nl_family
= AF_NETLINK;
301
if (addrlen != sizeof(snl) || snl.
nl_family
!= AF_NETLINK) {
/external/avahi/avahi-autoipd/
iface-linux.c
75
addr.
nl_family
= AF_NETLINK;
/external/dnsmasq/contrib/wrt/
dhcp_release.c
192
addr.
nl_family
= AF_NETLINK;
/system/core/logd/
libaudit.c
94
addr.
nl_family
= AF_NETLINK;
/system/connectivity/shill/net/
rtnl_handler.cc
100
addr.
nl_family
= AF_NETLINK;
/device/google/marlin/dataservices/rmnetctl/src/
librmnetctl.c
350
(*hndl)->src_addr.
nl_family
= AF_NETLINK;
365
(*hndl)->dest_addr.
nl_family
= AF_NETLINK;
/device/huawei/angler/dataservices/rmnetctl/src/
librmnetctl.c
347
(*hndl)->src_addr.
nl_family
= AF_NETLINK;
362
(*hndl)->dest_addr.
nl_family
= AF_NETLINK;
/device/lge/bullhead/dataservices/rmnetctl/src/
librmnetctl.c
348
(*hndl)->src_addr.
nl_family
= AF_NETLINK;
363
(*hndl)->dest_addr.
nl_family
= AF_NETLINK;
/device/moto/shamu/dataservices/rmnetctl/src/
librmnetctl.c
327
(*hndl)->src_addr.
nl_family
= AF_NETLINK;
341
(*hndl)->dest_addr.
nl_family
= AF_NETLINK;
/external/ipsec-tools/src/racoon/
grabmyaddr.c
230
nladdr.
nl_family
= AF_NETLINK;
841
nl.
nl_family
= AF_NETLINK;
/external/iputils/ninfod/
ni_ifaddrs.c
133
nladdr.
nl_family
= AF_NETLINK;
304
nladdr.
nl_family
= AF_NETLINK;
/external/iproute2/tc/
m_action.c
417
nladdr.
nl_family
= AF_NETLINK;
Completed in 629 milliseconds
1
2
3
4
5