Searched refs:family (Results 1 - 25 of 130) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Drtmon.c71 int family = AF_UNSPEC; local
79 if (matches(argv[1], "-family") == 0) {
85 family = AF_INET;
87 family = AF_INET6;
89 family = AF_INET6;
97 family = AF_INET;
99 family = AF_INET6;
101 family = AF_PACKET;
138 if (!family || family
[all...]
H A Dipmaddr.c33 int family; member in struct:__anon7601
104 m.addr.family = AF_PACKET;
132 m.addr.family = AF_INET;
176 m.addr.family = AF_INET6;
196 if (list->addr.family == AF_PACKET) {
203 switch(list->addr.family) {
211 fprintf(fp, "family %d ", list->addr.family);
215 format_host(list->addr.family,
246 if (!filter.family)
[all...]
H A Dipneigh.c37 int family; member in struct:__anon7602
188 if (d == NULL || !dst_ok || dst.family == AF_UNSPEC) {
192 req.ndm.ndm_family = dst.family;
243 if (filter.family && filter.family != r->ndm_family)
256 if (filter.pfx.family) {
259 dst.family = r->ndm_family;
342 if (!filter.family)
343 filter.family = preferred_family;
385 get_prefix(&filter.pfx, *argv, filter.family);
[all...]
H A Dipaddress.c39 int family; member in struct:__anon7599
155 (!filter.family || filter.family == AF_PACKET) &&
193 if (!filter.family || filter.family == AF_PACKET) {
321 if (filter.pfx.family) {
325 dst.family = ifa->ifa_family;
363 fprintf(fp, " family %d ", ifa->ifa_family);
458 (filter.family && filter.family !
[all...]
H A Diproute.c173 if (filter.rdst.family &&
174 (r->rtm_family != filter.rdst.family || filter.rdst.bitlen > r->rtm_dst_len))
176 if (filter.mdst.family &&
177 (r->rtm_family != filter.mdst.family ||
180 if (filter.rsrc.family &&
181 (r->rtm_family != filter.rsrc.family || filter.rsrc.bitlen > r->rtm_src_len))
183 if (filter.msrc.family &&
184 (r->rtm_family != filter.msrc.family ||
187 if (filter.rvia.family && r->rtm_family != filter.rvia.family)
923 rtnl_rtcache_request(struct rtnl_handle *rth, int family) argument
[all...]
H A Dipmroute.c106 if (filter.mdst.family && inet_addr_match(&maddr, &filter.mdst, filter.mdst.bitlen))
108 if (filter.msrc.family && inet_addr_match(&msrc, &filter.msrc, filter.msrc.bitlen))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Dutils.c130 int get_addr_1(inet_prefix *addr, char *name, int family) argument
141 if (family == AF_DECnet)
143 addr->family = family;
144 addr->bytelen = (family == AF_INET6 ? 16 : 4);
150 addr->family = AF_INET6;
151 if (family != AF_UNSPEC && family != AF_INET6)
160 if (family == AF_DECnet) {
162 addr->family
188 get_prefix_1(inet_prefix *dst, char *arg, int family) argument
235 get_addr(inet_prefix *dst, char *arg, int family) argument
248 get_prefix(inet_prefix *dst, char *arg, int family) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dresources.h17 struct sock *alloc_atm_vcc_sk(int family);
H A Dcommon.h13 int atm_create(struct socket *sock,int protocol,int family);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/include/
H A Dutils.h37 __u8 family; member in struct:__anon7594
62 extern int get_addr_1(inet_prefix *dst, char *arg, int family);
63 extern int get_prefix_1(inet_prefix *dst, char *arg, int family);
64 extern int get_addr(inet_prefix *dst, char *arg, int family);
65 extern int get_prefix(inet_prefix *dst, char *arg, int family);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dnic.h81 char *family,
85 char *family,
93 char *family,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dnic.h81 char *family,
85 char *family,
93 char *family,
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dlinksupport.h18 const char *inet_ntop( int family, const void *addr,
22 int inet_pton( int family, const char *strptr, void *addr );
H A Dgethostinfo.h64 int addrlen, int family );
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsetup.c386 char family[32], features[128], *cp; local
392 switch (c->family) {
393 case 0x07: memcpy(family, "Itanium", 8); break;
394 case 0x1f: memcpy(family, "Itanium 2", 10); break;
395 default: sprintf(family, "%u", c->family); break;
413 "family : %s\n"
423 cpu, c->vendor, family, c->model, c->revision, c->archrev,
476 unsigned family : 8; member in struct:__anon385::__anon386
501 c->family
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Df_rsvp.c42 struct tc_rsvp_pinfo *pinfo, int dir, int family)
67 if (get_addr_1(addr, *argv, family))
106 if (family != AF_INET6)
172 int family = strcmp(qu->id, "rsvp") == 0 ? AF_INET : AF_INET6; local
199 if (get_addr_and_pi(&argc, &argv, &addr, &pinfo, 1, family)) {
211 if (get_addr_and_pi(&argc, &argv, &addr, &pinfo, 0, family)) {
318 int family = strcmp(qu->id, "rsvp") == 0 ? AF_INET : AF_INET6; local
351 if (inet_ntop(family, RTA_DATA(tb[TCA_RSVP_DST]), buf, sizeof(buf)) == 0)
377 if (inet_ntop(family, RTA_DATA(tb[TCA_RSVP_SRC]), buf, sizeof(buf)) == 0) {
41 get_addr_and_pi(int *argc_p, char ***argv_p, inet_prefix * addr, struct tc_rsvp_pinfo *pinfo, int dir, int family) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/
H A Dsocket.c824 int sock_create(int family, int type, int protocol, struct socket **res) argument
832 if (family < 0 || family >= NPROTO)
842 if (family == PF_INET && type == SOCK_PACKET) {
848 family = PF_PACKET;
858 if (net_families[family]==NULL)
861 sprintf(module_name,"net-pf-%d",family);
867 if (net_families[family] == NULL) {
873 * Allocate the socket and allow the family to set things up. if
874 * the protocol is 0, the family i
901 sys_socket(int family, int type, int protocol) argument
927 sys_socketpair(int family, int type, int protocol, int usockvec[2]) argument
1644 sock_unregister(int family) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dsocksys.c58 int family, type, protocol, fd; local
64 family = ((MINOR(inode->i_rdev) >> 4) & 0xf);
65 switch (family) {
84 fd = sys_socket(family, type, protocol);
H A Dsocket.c42 static int socket_check(int family, int type) argument
44 if (family != PF_UNIX && family != PF_INET)
70 asmlinkage int solaris_socket(int family, int type, int protocol) argument
75 type = socket_check (family, type);
77 return sys_socket(family, type, protocol);
87 * making sure that family==AF_UNIX and type==SOCK_STREAM. The
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtcp_diag.h70 __u8 family; member in struct:tcpdiag_hostcond
H A Dnet.h88 int family; member in struct:proto_ops
117 int family; member in struct:net_proto_family
134 extern int sock_unregister(int family);
136 extern int sock_create(int family, int type, int proto, struct socket **);
206 family: fam, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtcp_diag.h70 __u8 family; member in struct:tcpdiag_hostcond
H A Dnet.h88 int family; member in struct:proto_ops
117 int family; member in struct:net_proto_family
134 extern int sock_unregister(int family);
136 extern int sock_create(int family, int type, int proto, struct socket **);
206 family: fam, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Drtnetlink.c226 int s_idx = cb->family;
242 cb->family = idx;
281 int family; local
305 family = ((struct rtgenmsg*)NLMSG_DATA(nlh))->rtgen_family;
306 if (family > NPROTO) {
311 link_tab = rtnetlink_links[family];
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/bnep/
H A Dsock.c179 family: PF_BLUETOOTH,
223 family: PF_BLUETOOTH,

Completed in 221 milliseconds

123456