Searched refs:family (Results 51 - 75 of 1790) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dumc.c15 { .vendor = X86_VENDOR_UMC, .family = 4, .model_names =
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dxt_state.c46 ret = nf_ct_l3proto_try_module_get(par->family);
49 par->family);
55 nf_ct_l3proto_module_put(par->family);
60 .family = NFPROTO_UNSPEC,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dhw-main.h42 const char *family; member in struct:hw_descriptor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dhw-main.h42 const char *family; member in struct:hw_descriptor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibxt_TRACE.c11 .family = NFPROTO_UNSPEC,
H A Dlibxt_standard.c13 .family = NFPROTO_UNSPEC,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibxt_TRACE.c11 .family = NFPROTO_UNSPEC,
H A Dlibxt_standard.c13 .family = NFPROTO_UNSPEC,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dhw-main.h42 const char *family; member in struct:hw_descriptor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libads/
H A Dsmb_krb5_locator.c78 static const char *family_name(int family) argument
80 switch (family) {
99 * @param family integer
107 int family)
129 switch (family) {
252 * @param family integer
263 int family,
279 DEBUGADD(10,("\tsocktype: %s (%d), family: %s (%d)\n",
281 family_name(family), family));
104 smb_krb5_locator_lookup_sanity_check(enum locate_service_type svc, const char *realm, int socktype, int family) argument
259 smb_krb5_locator_lookup(void *private_data, enum locate_service_type svc, const char *realm, int socktype, int family, int (*cbfunc)(void *, int, struct sockaddr *), void *cbdata) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libads/
H A Dsmb_krb5_locator.c78 static const char *family_name(int family) argument
80 switch (family) {
99 * @param family integer
107 int family)
129 switch (family) {
252 * @param family integer
263 int family,
279 DEBUGADD(10,("\tsocktype: %s (%d), family: %s (%d)\n",
281 family_name(family), family));
104 smb_krb5_locator_lookup_sanity_check(enum locate_service_type svc, const char *realm, int socktype, int family) argument
259 smb_krb5_locator_lookup(void *private_data, enum locate_service_type svc, const char *realm, int socktype, int family, int (*cbfunc)(void *, int, struct sockaddr *), void *cbdata) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libads/
H A Dsmb_krb5_locator.c78 static const char *family_name(int family) argument
80 switch (family) {
99 * @param family integer
107 int family)
129 switch (family) {
252 * @param family integer
263 int family,
279 DEBUGADD(10,("\tsocktype: %s (%d), family: %s (%d)\n",
281 family_name(family), family));
104 smb_krb5_locator_lookup_sanity_check(enum locate_service_type svc, const char *realm, int socktype, int family) argument
259 smb_krb5_locator_lookup(void *private_data, enum locate_service_type svc, const char *realm, int socktype, int family, int (*cbfunc)(void *, int, struct sockaddr *), void *cbdata) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/ip/
H A Dipprefix.c42 int family = preferred_family; local
56 if (family == AF_UNSPEC)
57 family = AF_INET6;
58 if (family != AF_INET6)
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
H A Dxfrm_monitor.c51 __u16 family; local
67 family = xacq->sel.family;
68 if (family == AF_UNSPEC)
69 family = xacq->policy.sel.family;
70 if (family == AF_UNSPEC)
71 family = preferred_family;
85 xfrm_selector_print(&xacq->sel, family, fp, " sel ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/ip/
H A Dipprefix.c42 int family = preferred_family; local
56 if (family == AF_UNSPEC)
57 family = AF_INET6;
58 if (family != AF_INET6)
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/netfilter_nft/
H A Dnftnlrdr_misc.h44 uint32_t family; member in struct:rule_
71 rule_set_dnat(uint8_t family, const char * ifname, uint8_t proto,
77 rule_set_snat(uint8_t family, uint8_t proto,
84 rule_set_filter(uint8_t family, const char * ifname, uint8_t proto,
90 reflesh_nft_cache(uint32_t family);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dsockunion.h57 /* Default address family. */
96 extern int sockopt_v6only (int family, int sock);
99 extern int sockopt_ttl (int family, int sock, int ttl);
100 extern int sockopt_minttl (int family, int sock, int minttl);
113 extern const char * inet_ntop (int family, const void *addrptr,
118 extern int inet_pton (int family, const char *strptr, void *addrptr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/netfilter_nft/
H A Dnftnlrdr_misc.h44 uint32_t family; member in struct:rule_
71 rule_set_dnat(uint8_t family, const char * ifname, uint8_t proto,
77 rule_set_snat(uint8_t family, uint8_t proto,
84 rule_set_filter(uint8_t family, const char * ifname, uint8_t proto,
90 reflesh_nft_cache(uint32_t family);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dsockunion.h57 /* Default address family. */
96 extern int sockopt_v6only (int family, int sock);
99 extern int sockopt_ttl (int family, int sock, int ttl);
100 extern int sockopt_minttl (int family, int sock, int minttl);
113 extern const char * inet_ntop (int family, const void *addrptr,
118 extern int inet_pton (int family, const char *strptr, void *addrptr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/ip/
H A Dipprefix.c42 int family = preferred_family; local
56 if (family == AF_UNSPEC)
57 family = AF_INET6;
58 if (family != AF_INET6)
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/ip/
H A Dipprefix.c42 int family = preferred_family; local
56 if (family == AF_UNSPEC)
57 family = AF_INET6;
58 if (family != AF_INET6)
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dsockunion.h57 /* Default address family. */
96 extern int sockopt_v6only (int family, int sock);
99 extern int sockopt_ttl (int family, int sock, int ttl);
100 extern int sockopt_minttl (int family, int sock, int minttl);
113 extern const char * inet_ntop (int family, const void *addrptr,
118 extern int inet_pton (int family, const char *strptr, void *addrptr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/ip/
H A Dipprefix.c42 int family = preferred_family; local
56 if (family == AF_UNSPEC)
57 family = AF_INET6;
58 if (family != AF_INET6)
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/netfilter_nft/
H A Dnftnlrdr_misc.h44 uint32_t family; member in struct:rule_
71 rule_set_dnat(uint8_t family, const char * ifname, uint8_t proto,
77 rule_set_snat(uint8_t family, uint8_t proto,
84 rule_set_filter(uint8_t family, const char * ifname, uint8_t proto,
90 reflesh_nft_cache(uint32_t family);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/ip/
H A Dipprefix.c42 int family = preferred_family; local
56 if (family == AF_UNSPEC)
57 family = AF_INET6;
58 if (family != AF_INET6)
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,

Completed in 184 milliseconds

1234567891011>>