Searched refs:saddr (Results 126 - 150 of 375) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Daf_irda.h42 __u32 saddr; /* my local address */ member in struct:irda_sock
H A Dircomm_tty.h88 __u32 saddr; member in struct:ircomm_tty_cb
H A Dircomm_tty_attach.h64 __u32 saddr; /* Source device address */ member in struct:ircomm_tty_info
H A Dirlmp_frame.h52 void irlmp_link_connect_indication(struct lap_cb *, __u32 saddr, __u32 daddr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dllc_s_ev.h43 struct llc_addr saddr; member in struct:llc_sap_state_ev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_hippi.h108 __u8 saddr[HIPPI_ALEN]; member in struct:hippi_le_hdr
H A Dif_shaper.h35 void *saddr,
H A Dif_tr.h40 __u8 saddr[TR_ALEN]; /* source address */ member in struct:trh_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Daddress.h66 sw_saddr saddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/8021q/
H A Dvlan.h56 unsigned short type, void *daddr, void *saddr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ethernet/
H A Deth.c71 * @saddr: source address (NULL use device source address)
79 void *daddr, void *saddr, unsigned len)
92 if (!saddr)
93 saddr = dev->dev_addr;
94 memcpy(eth->h_source, saddr, dev->addr_len);
78 eth_header(struct sk_buff *skb, struct net_device *dev, unsigned short type, void *daddr, void *saddr, unsigned len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_addrtype.c40 ret &= match_type(iph->saddr, info->source)^info->invert_source;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dfib6_rules.c108 struct in6_addr saddr; local
110 &saddr))
112 if (!ipv6_prefix_equal(&saddr, &r->src.addr,
115 ipv6_addr_copy(&flp->fl6_src, &saddr);
H A Dxfrm6_policy.c39 static int xfrm6_get_saddr(xfrm_address_t *saddr, xfrm_address_t *daddr) argument
52 (struct in6_addr *)&saddr->a6);
102 (struct in6_addr*)&x->props.saddr;
137 .saddr = fl->fl6_src,
187 fl_tunnel.fl4_src = xfrm[i]->props.saddr.a4;
278 ipv6_addr_copy(&fl->fl6_src, &hdr->saddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_eui64.c53 while ((ipv6_hdr(skb)->saddr.s6_addr[8 + i] == eui64[i])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dprotocol.c241 from = &ip_hdr(skb)->saddr;
295 static void sctp_v4_dst_saddr(union sctp_addr *saddr, struct dst_entry *dst, argument
299 saddr->v4.sin_family = AF_INET;
300 saddr->v4.sin_port = port;
301 saddr->v4.sin_addr.s_addr = rt->rt_src;
414 union sctp_addr *saddr)
432 if (saddr)
433 fl.fl4_src = saddr->v4.sin_addr.s_addr;
446 if (!asoc || saddr)
510 union sctp_addr *saddr)
412 sctp_v4_get_dst(struct sctp_association *asoc, union sctp_addr *daddr, union sctp_addr *saddr) argument
507 sctp_v4_get_saddr(struct sctp_association *asoc, struct dst_entry *dst, union sctp_addr *daddr, union sctp_addr *saddr) argument
[all...]
H A Dipv6.c198 ipv6_addr_copy(&fl.fl6_src, &transport->saddr.v6.sin6_addr);
203 fl.oif = transport->saddr.v6.sin6_scope_id;
227 union sctp_addr *saddr)
241 if (saddr) {
242 ipv6_addr_copy(&fl.fl6_src, &saddr->v6.sin6_addr);
284 /* Fills in the source address(saddr) based on the destination address(daddr)
290 union sctp_addr *saddr)
306 ipv6_get_saddr(dst, &daddr->v6.sin6_addr,&saddr->v6.sin6_addr);
307 SCTP_DEBUG_PRINTK("saddr from ipv6_get_saddr: " NIP6_FMT "\n",
308 NIP6(saddr
225 sctp_v6_get_dst(struct sctp_association *asoc, union sctp_addr *daddr, union sctp_addr *saddr) argument
287 sctp_v6_get_saddr(struct sctp_association *asoc, struct dst_entry *dst, union sctp_addr *daddr, union sctp_addr *saddr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c257 static unsigned int rt_hash_code(u32 daddr, u32 saddr) argument
259 return (jhash_2words(daddr, saddr, rt_hash_rnd)
263 #define rt_hash(daddr, saddr, idx) \
265 (__force u32)(__be32)(saddr) ^ ((idx) << 5))
569 (fl1->nl_u.ip4_u.saddr ^ fl2->nl_u.ip4_u.saddr)) |
1129 __be32 saddr, struct net_device *dev)
1134 __be32 skeys[2] = { saddr, 0 };
1174 rth->rt_src != saddr ||
1253 NIPQUAD(saddr), NIPQUA
1128 ip_rt_redirect(__be32 old_gw, __be32 daddr, __be32 new_gw, __be32 saddr, struct net_device *dev) argument
1605 ip_route_input_mc(struct sk_buff *skb, __be32 daddr, __be32 saddr, u8 tos, struct net_device *dev, int our) argument
1685 ip_handle_martian_source(struct net_device *dev, struct in_device *in_dev, struct sk_buff *skb, __be32 daddr, __be32 saddr) argument
1716 __mkroute_input(struct sk_buff *skb, struct fib_result* res, struct in_device *in_dev, __be32 daddr, __be32 saddr, u32 tos, struct rtable **result) argument
1815 ip_mkroute_input_def(struct sk_buff *skb, struct fib_result* res, const struct flowi *fl, struct in_device *in_dev, __be32 daddr, __be32 saddr, u32 tos) argument
1840 ip_mkroute_input(struct sk_buff *skb, struct fib_result* res, const struct flowi *fl, struct in_device *in_dev, __be32 daddr, __be32 saddr, u32 tos) argument
1907 ip_route_input_slow(struct sk_buff *skb, __be32 daddr, __be32 saddr, u8 tos, struct net_device *dev) argument
2089 ip_route_input(struct sk_buff *skb, __be32 daddr, __be32 saddr, u8 tos, struct net_device *dev) argument
[all...]
H A Dinet_hashtables.c201 __be32 saddr = inet->daddr; local
203 INET_ADDR_COOKIE(acookie, saddr, daddr)
205 unsigned int hash = inet_ehashfn(daddr, lport, saddr, inet->dport);
218 if (INET_TW_MATCH(sk2, hash, acookie, saddr, daddr, ports, dif)) {
229 if (INET_MATCH(sk2, hash, acookie, saddr, daddr, ports, dif))
H A Draw.c163 iph->saddr, iph->daddr,
176 iph->saddr, iph->daddr,
306 if (!iph->saddr)
307 iph->saddr = rt->rt_src;
388 __be32 saddr; local
435 ipc.addr = inet->saddr;
447 saddr = ipc.addr;
473 if (!saddr)
474 saddr = inet->mc_addr;
481 .saddr
[all...]
H A Dxfrm4_policy.c24 static int xfrm4_get_saddr(xfrm_address_t *saddr, xfrm_address_t *daddr) argument
36 saddr->a4 = rt->rt_src;
78 .saddr = fl->fl4_src,
125 fl_tunnel.fl4_src = xfrm[i]->props.saddr.a4;
130 ipv6_addr_copy(&fl_tunnel.fl6_src, (struct in6_addr*)&xfrm[i]->props.saddr.a6);
267 fl->fl4_src = iph->saddr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptlan.c126 u8 saddr[FC_ALEN]; member in struct:mpt_lan_ohdr
1561 fch->saddr[0], fch->saddr[1], fch->saddr[2],
1562 fch->saddr[3], fch->saddr[4], fch->saddr[5]);
1605 if ((nh->ieee[0] == fch->saddr[0]) &&
1606 (nh->ieee[1] == fch->saddr[1]) &&
1607 (nh->ieee[2] == fch->saddr[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto_udp.c40 iph->saddr, pptr[0],
45 iph->saddr, pptr[0]);
66 iph->saddr, pptr[0],
71 iph->saddr, pptr[0]);
254 if (csum_tcpudp_magic(ip_hdr(skb)->saddr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_client_event.c113 self->saddr, self->daddr,
152 self->saddr, self->daddr, NULL,
163 irlan_client_wakeup(self, self->saddr, self->daddr);
341 self->saddr, self->daddr, &qos,
427 self->saddr, self->daddr, &qos,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dsvcproc.c449 struct sockaddr_in saddr; local
451 memcpy(&saddr, svc_addr_in(rqstp), sizeof(saddr));
454 if (saddr.sin_addr.s_addr != htonl(INADDR_LOOPBACK)
455 || ntohs(saddr.sin_port) >= 1024) {
465 memset(&saddr, 0, sizeof(saddr));
466 saddr.sin_addr.s_addr = argp->addr;
467 nlm_host_rebooted(&saddr, argp->mon, argp->len, argp->state);

Completed in 150 milliseconds

1234567891011>>