HomeSort by relevance Sort by last modified time
    Searched refs:family (Results 276 - 300 of 552) sorted by null

<<11121314151617181920>>

  /system/bluetooth/tools/
socktest.c 86 int family = -1; local
92 family = PF_UNIX;
97 family = PF_BLUETOOTH;
102 family = PF_BLUETOOTH;
107 family = PF_BLUETOOTH;
112 family = PF_INET;
119 ret = socket(family, typ, protocol);
  /external/dnsmasq/src/
network.c 49 int iface_check(int family, struct all_addr *addr, char *name, int *indexp)
97 if (addr && tmp->addr.sa.sa_family == family)
99 if (family == AF_INET &&
103 else if (family == AF_INET6 &&
311 l->family = AF_INET6;
380 l->family = AF_INET;
410 new->family = iface->addr.sa.sa_family;
548 new->family = iface->addr.sa.sa_family;
627 int random_sock(int family)
631 if ((fd = socket(family, SOCK_DGRAM, 0)) != -1
    [all...]
  /external/iptables/iptables/
xtables.c 147 .family = NFPROTO_IPV4,
157 .family = NFPROTO_IPV6,
746 sockfd = socket(afinfo->family, SOCK_RAW, IPPROTO_RAW);
836 if (me->family >= NPROTO) {
838 "%s: BUG: match %s has invalid protocol family\n",
849 if (me->family != afinfo->family && me->family != AF_UNSPEC)
864 old->family == me->family) {
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.h 464 EAPI Eina_Bool ewk_view_setting_font_standard_set(Evas_Object *o, const char *family);
467 EAPI Eina_Bool ewk_view_setting_font_cursive_set(Evas_Object *o, const char *family);
470 EAPI Eina_Bool ewk_view_setting_font_monospace_set(Evas_Object *o, const char *family);
473 EAPI Eina_Bool ewk_view_setting_font_fantasy_set(Evas_Object *o, const char *family);
476 EAPI Eina_Bool ewk_view_setting_font_serif_set(Evas_Object *o, const char *family);
479 EAPI Eina_Bool ewk_view_setting_font_sans_serif_set(Evas_Object *o, const char *family);
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm 533 - (void)setStandardFontFamily:(NSString *)family
535 [self _setStringValue: family forKey: WebKitStandardFontPreferenceKey];
543 - (void)setFixedFontFamily:(NSString *)family
545 [self _setStringValue: family forKey: WebKitFixedFontPreferenceKey];
553 - (void)setSerifFontFamily:(NSString *)family
555 [self _setStringValue: family forKey: WebKitSerifFontPreferenceKey];
563 - (void)setSansSerifFontFamily:(NSString *)family
565 [self _setStringValue: family forKey: WebKitSansSerifFontPreferenceKey];
573 - (void)setCursiveFontFamily:(NSString *)family
575 [self _setStringValue: family forKey: WebKitCursiveFontPreferenceKey]
    [all...]
  /bionic/libc/netbsd/net/
getnameinfo.c 106 * Top-level getnameinfo() code. Look at the address family, and pick an
188 int family, i; local
201 family = sa->sa_family;
203 if (afdl[i].a_af == family) {
  /external/iproute2/genl/
ctrl.c 42 int genl_ctrl_resolve_family(const char *family)
68 addattr_l(nlh, 128, CTRL_ATTR_FAMILY_NAME, family, strlen(family) + 1);
103 fprintf(stderr, "Missing family id TLV\n");
178 * The controller sends one nlmsg per family
236 /* end of family definitions .. */
254 /* end of family::cmds definitions .. */
276 /* end of family::groups definitions .. */
  /external/iptables/extensions/
libxt_SET.c 370 .family = NFPROTO_IPV4,
385 .family = NFPROTO_UNSPEC,
400 .family = NFPROTO_UNSPEC,
libip6t_HL.c 113 .family = NFPROTO_IPV6,
libip6t_REJECT.c 126 .family = NFPROTO_IPV6,
libip6t_ah.c 126 .family = NFPROTO_IPV6,
libip6t_hl.c 103 .family = NFPROTO_IPV6,
libipt_NETMAP.c 92 .family = NFPROTO_IPV4,
libipt_REJECT.c 146 .family = NFPROTO_IPV4,
libipt_TTL.c 112 .family = NFPROTO_IPV4,
libipt_ULOG.c 114 .family = NFPROTO_IPV4,
libipt_ecn.c 123 .family = NFPROTO_IPV4,
libipt_realm.c 113 .family = NFPROTO_IPV4,
libipt_ttl.c 120 .family = NFPROTO_IPV4,
libxt_LED.c 123 .family = PF_UNSPEC,
libxt_NFLOG.c 90 .family = NFPROTO_UNSPEC,
libxt_TCPOPTSTRIP.c 154 .family = NFPROTO_UNSPEC,
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 165 FontFamily family; local
166 family.setFamily(settings->fixedFontFamily());
167 desc.setFamily(family);
  /external/chromium/chrome/browser/resources/ntp/
apps.css 52 font-family: Helvetica, Arial, sans-serif;
165 font-family: inherit;
  /external/dhcpcd/
dhcpcd.h 114 sa_family_t family; member in struct:interface

Completed in 1087 milliseconds

<<11121314151617181920>>