Searched refs:fam (Results 1 - 6 of 6) sorted by relevance

/external/libnl/lib/genl/
H A Dctrl.c160 struct genl_family *fam; local
165 nl_list_for_each_entry(fam, &cache->c_items, ce_list) {
166 if (fam->gf_id == id) {
167 nl_object_get((struct nl_object *) fam);
168 return fam;
195 struct genl_family *fam; local
200 nl_list_for_each_entry(fam, &cache->c_items, ce_list) {
201 if (!strcmp(name, fam->gf_name)) {
202 nl_object_get((struct nl_object *) fam);
203 return fam;
[all...]
/external/iproute2/misc/
H A Dss.c964 static int get_dns_host(struct aafilter *a, const char *addr, int fam) argument
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
1292 generic_record_read(FILE *fp, int (*worker)(char*, const struct filter *, int), const struct filter *f, int fam) argument
[all...]
/external/libnl/lib/
H A Daddr.c923 int fam = __str2type(name, afs, ARRAY_SIZE(afs)); local
924 return fam >= 0 ? fam : AF_UNSPEC;
/external/iproute2/include/
H A Dlibnetlink.h26 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c2281 sa_family_t fam)
2314 if (ifa->address.sa.sa_family != fam) {
2325 if (fam == AF_INET6) {
2379 sa_family_t fam)
2413 if (ifa->address.sa.sa_family != fam) {
2415 SCTPDBG(SCTP_DEBUG_OUTPUT3, "ifa_fam:%d fam:%d\n",
2416 ifa->address.sa.sa_family, fam);
2427 if (fam == AF_INET6) {
2514 sa_family_t fam)
2560 dest_is_priv, fam);
2278 sctp_is_ifa_addr_preferred(struct sctp_ifa *ifa, uint8_t dest_is_loop, uint8_t dest_is_priv, sa_family_t fam) argument
2376 sctp_is_ifa_addr_acceptable(struct sctp_ifa *ifa, uint8_t dest_is_loop, uint8_t dest_is_priv, sa_family_t fam) argument
2508 sctp_choose_boundspecific_inp(struct sctp_inpcb *inp, sctp_route_t *ro, uint32_t vrf_id, int non_asoc_addr_ok, uint8_t dest_is_priv, uint8_t dest_is_loop, sa_family_t fam) argument
2644 sctp_choose_boundspecific_stcb(struct sctp_inpcb *inp, struct sctp_tcb *stcb, sctp_route_t *ro, uint32_t vrf_id, uint8_t dest_is_priv, uint8_t dest_is_loop, int non_asoc_addr_ok, sa_family_t fam) argument
2837 sctp_select_nth_preferred_addr_from_ifn_boundall(struct sctp_ifn *ifn, struct sctp_inpcb *inp, struct sctp_tcb *stcb, int non_asoc_addr_ok, uint8_t dest_is_loop, uint8_t dest_is_priv, int addr_wanted, sa_family_t fam, sctp_route_t *ro ) argument
2971 sctp_count_num_preferred_boundall(struct sctp_ifn *ifn, struct sctp_inpcb *inp, struct sctp_tcb *stcb, int non_asoc_addr_ok, uint8_t dest_is_loop, uint8_t dest_is_priv, sa_family_t fam) argument
3035 sctp_choose_boundall(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, sctp_route_t *ro, uint32_t vrf_id, uint8_t dest_is_priv, uint8_t dest_is_loop, int non_asoc_addr_ok, sa_family_t fam) argument
3401 sa_family_t fam; local
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex1457 \def\rm{\fam=0 \setfontstyle{rm}}
1458 \def\it{\fam=\itfam \setfontstyle{it}}
1459 \def\sl{\fam=\slfam \setfontstyle{sl}}
1460 \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf}
1461 \def\tt{\fam=\ttfam \setfontstyle{tt}}
1470 \def\sf{\fam=\sffam \setfontstyle{sf}}
2103 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire
2808 \def_{\ifnum\fam=\slfam \_\else\sb\fi}%
2816 \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi}
2961 \count255=\the\fam
[all...]

Completed in 8341 milliseconds