HomeSort by relevance Sort by last modified time
    Searched refs:fam (Results 1 - 9 of 9) sorted by null

  /external/kernel-headers/original/linux/
net.h 184 extern int sock_register(struct net_proto_family *fam);
213 #define SOCKOPS_WRAP(name, fam)
239 #define SOCKOPS_WRAP(name, fam) \
272 .family = fam, \
  /dalvik/opcode-gen/
opcode-gen.awk 380 function findNextOpcode(idx, fam, fmt, result) {
381 # locals: fam, fmt, result
382 fam = family[idx];
389 result = familyFormat[fam,fmt];
  /external/iproute2/misc/
ss.c 964 static int get_dns_host(struct aafilter *a, const char *addr, int fam)
975 he = gethostbyname2(addr, fam == AF_UNSPEC ? AF_INET : fam);
978 if (fam == AF_UNSPEC) {
1016 int fam = preferred_family; local
1021 if (fam == AF_UNIX || strncmp(addr, "unix:", 5) == 0) {
1032 if (fam == AF_PACKET || strncmp(addr, "link:", 5) == 0) {
1057 if (fam == AF_NETLINK || strncmp(addr, "netlink:", 8) == 0) {
1092 fam = AF_INET;
1095 fam = AF_INET6
    [all...]
  /external/iproute2/include/
libnetlink.h 26 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type);
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /external/chromium_org/net/base/registry_controlled_domains/
effective_tld_names.cc     [all...]

Completed in 4004 milliseconds