Searched refs:address (Results 1 - 25 of 29) sorted by relevance

12

/net/x25/
H A Dx25_route.c31 static int x25_add_route(struct x25_address *address, unsigned int sigdigits, argument
43 if (!memcmp(&rt->address, address, sigdigits) &&
53 strcpy(rt->address.x25_addr, "000000000000000");
54 memcpy(rt->address.x25_addr, address->x25_addr, sigdigits);
82 static int x25_del_route(struct x25_address *address, unsigned int sigdigits, argument
94 if (!memcmp(&rt->address, address, sigdigits) &&
149 * x25_get_route - Find a route given an X.25 address
[all...]
H A Dx25_proc.c59 rt->address.x25_addr, rt->sigdigits,
/net/wireless/
H A Dwext-spy.c32 struct sockaddr * address = (struct sockaddr *) extra; local
57 memcpy(spydata->spy_address[i], address[i].sa_data,
80 struct sockaddr * address = (struct sockaddr *) extra; local
91 memcpy(address[i].sa_data, spydata->spy_address[i], ETH_ALEN);
92 address[i].sa_family = AF_UNIX;
163 unsigned char * address,
172 /* Copy address */
173 memcpy(threshold.addr.sa_data, address, ETH_ALEN);
193 unsigned char * address,
206 if (ether_addr_equal(address, spydat
161 iw_send_thrspy_event(struct net_device * dev, struct iw_spy_data * spydata, unsigned char * address, struct iw_quality * wstats) argument
192 wireless_spy_update(struct net_device * dev, unsigned char * address, struct iw_quality * wstats) argument
[all...]
/net/netfilter/
H A Dnf_conntrack_labels.c52 static void replace_u32(u32 *address, u32 mask, u32 new) argument
57 old = *address;
59 } while (cmpxchg(address, old, tmp) != old);
/net/dns_resolver/
H A DKconfig13 being resolving a UNC hostname element to an IP address for CIFS or
/net/core/
H A Diovec.c38 int verify_iovec(struct msghdr *m, struct iovec *iov, struct sockaddr_storage *address, int mode) argument
47 address);
51 m->msg_name = address;
H A Dsock.c235 * Each address family might have different locking rules, so we have
236 * one slock key per address family:
301 * sk_callback_lock locking rules are per-address-family,
1137 char address[128]; local
1139 if (sock->ops->getname(sock, (struct sockaddr *)address, &lv, 2))
1143 if (copy_to_user(optval, address, len))
/net/bridge/netfilter/
H A DKconfig64 source address (MAC SNAT) or the MAC destination address (MAC DNAT).
82 and/or destination address on a list of addresses. Optionally,
83 MAC/IP address pairs can be matched, f.e. for anti-spoofing rules.
173 destination address of frames.
191 destination address of a frame to that of the device it arrived on.
199 source address of frames.
/net/appletalk/
H A Dddp.c118 atif->address.s_node == at->src_node) {
119 to->sat_addr.s_node = atif->address.s_node;
132 * @sat: address to search for
205 * problem. Called when we down the interface or delete the address.
236 iface->address = *sa;
247 /* Perform phase 2 AARP probing on our tentative address */
252 int probe_net = ntohs(atif->address.s_net);
253 int probe_node = atif->address.s_node;
269 atif->address.s_net = htons(probe_net);
271 atif->address
[all...]
H A Daarp.c59 * hwaddr - Physical i/f address of target/router
451 sa->sat_addr.s_node = iface->address.s_node;
452 sa->sat_addr.s_net = ntohs(iface->address.s_net);
457 if (iface->address.s_net != htons(sa->sat_addr.s_net) ||
458 iface->address.s_node != sa->sat_addr.s_node)
461 iface->address.s_net = htons(sa->sat_addr.s_net);
462 iface->address.s_node = sa->sat_addr.s_node;
476 aarp_send_probe(atif->dev, &atif->address);
621 if (a) { /* Return 1 and fill in the address */
653 /* Send an initial request for the address */
[all...]
H A Datalk_proc.c74 iface->dev->name, ntohs(iface->address.s_net),
75 iface->address.s_node, ntohs(iface->nets.nr_firstnet),
/net/rose/
H A Drose_route.c68 (rosecmpm(&rose_route->address, &rose_node->address,
161 rose_node->address = rose_route->address;
309 (rosecmpm(&rose_route->address, &rose_node->address,
406 int rose_add_loopback_node(rose_address *address) argument
416 (rosecmpm(address, &rose_node->address, 10) == 0) &&
430 rose_node->address
451 rose_del_loopback_node(rose_address *address) argument
[all...]
/net/bluetooth/
H A Dhci_sysfs.c44 static LINK_ATTR(address, S_IRUGO, show_link_address, NULL);
169 static DEVICE_ATTR(address, S_IRUGO, show_address, NULL);
/net/sunrpc/
H A Drpcb_clnt.c109 * address string returned by the remote rpcbind database.
237 .address = (struct sockaddr *)&rpcb_localaddr_rpcbind,
296 .address = (struct sockaddr *)&rpcb_inaddr_loopback,
365 .address = srvaddr,
438 * address. If the local rpcbind daemon is listening on AF_INET6,
552 * @address: address family, IP address, and port to (un)register
562 * invoke this function once for each [program, version, address,
566 * specific address b
591 rpcb_v4_register(struct net *net, const u32 program, const u32 version, const struct sockaddr *address, const char *netid) argument
940 struct sockaddr_storage address; local
[all...]
H A Dsvcauth_unix.c27 * are always nobody (-2). i.e. we do the same IP address checks for
83 * cache for IP address to unix_domain
176 } address; local
192 /* ip address */
196 if (rpc_pton(cd->net, buf, len, &address.sa, sizeof(address)) == 0)
198 switch (address.sa.sa_family) {
200 /* Form a mapped IPv4 address in sin6 */
202 ipv6_addr_set_v4mapped(address.s4.sin_addr.s_addr,
207 memcpy(&sin6, &address
[all...]
H A Dclnt.c492 .dstaddr = args->address,
505 * up a string representation of the passed-in address.
509 (struct sockaddr_un *)args->address;
511 (struct sockaddr_in *)args->address;
513 (struct sockaddr_in6 *)args->address;
516 switch (args->address->sa_family) {
531 * address family isn't recognized. */
1075 * rpc_peeraddr - extract remote peer address from clnt's xprt
1080 * Returns the number of bytes that are actually in the stored address.
1101 * rpc_peeraddr2str - return remote peer address i
1248 struct sockaddr_storage address; local
[all...]
/net/ipv6/netfilter/
H A DKconfig76 packet transformations such as the source, destination address and
83 flavour (automatic source address selection) for IPv6.
121 tristate '"eui64" address check'
124 This module performs checking on the IPv6 source address
126 from the MAC address) address
290 changed to seem to come from a particular interface's address, and
292 only useful for dialup accounts with dynamic IP address (ie. your IP
293 address will be different on next dialup).
/net/
H A Dsocket.c18 * Alan Cox : Move address structures to/from user
182 * move_addr_to_kernel - copy a socket address into kernel space
187 * The address is copied into kernel space. If the provided address is
204 * move_addr_to_user - copy an address to user space
205 * @kaddr: kernel space address
206 * @klen: length of address in kernel
207 * @uaddr: user space address
1521 * the protocol's responsibility to handle the local address.
1523 * We move the socket address t
1530 struct sockaddr_storage address; local
1595 struct sockaddr_storage address; local
1692 struct sockaddr_storage address; local
1724 struct sockaddr_storage address; local
1755 struct sockaddr_storage address; local
1788 struct sockaddr_storage address; local
1849 struct sockaddr_storage address; local
2014 struct sockaddr_storage address; local
[all...]
/net/netfilter/ipvs/
H A DKconfig13 single IP address and scheduling them to real servers.
170 This algorithm usually directs packet destined for an IP address to
174 least-connection server to this IP address.
266 FTP is a protocol that transfers IP address and/or port number in
268 the IP address and port number of real servers cannot be sent to
/net/ipv4/
H A DKconfig37 for their source address doesn't match the network interface they're
68 solely on the packet's final destination address. If you say Y here,
70 address into account. Furthermore, the TOS (Type-Of-Service) field
124 net via NFS and you want the IP address of your computer to be
141 net via NFS and you want the IP address of your computer to be
156 net via NFS and you want the IP address of your computer to be
279 If you are SYN flooded, the source address reported by the kernel is
/net/atm/
H A Datm_sysfs.c98 static DEVICE_ATTR(address, S_IRUGO, show_address, NULL);
/net/ipv4/netfilter/
H A DKconfig98 packet transformations such as the source, destination address and
105 flavour (automatic source address selection).
261 changed to seem to come from a particular interface's address, and
263 only useful for dialup accounts with dynamic IP address (ie. your IP
264 address will be different on next dialup).
/net/ipv6/
H A DKconfig220 bool "IPv6: source address based routing"
223 Enable routing by source address or prefix.
225 The destination address is still the primary routing key, so mixing
/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c101 .address = (struct sockaddr *)&gssp_localaddr,
/net/sctp/
H A Dassociola.c29 * email address(es):
249 /* Assume that peer would support both address types unless we are
363 /* Clean up the bound address list. */
393 /* Free pending address space being deleted */
429 /* Change the primary destination address for the peer. */
458 * destination address, on the data structure for the new
462 * to this destination address earlier. The sender MUST set
464 * double switch to the same destination address.
574 /* Add a transport address to an association. */
718 /* Delete a transport address fro
737 sctp_assoc_lookup_paddr( const struct sctp_association *asoc, const union sctp_addr *address) argument
[all...]

Completed in 1432 milliseconds

12