Searched refs:lport (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_TPROXY.h11 __be16 lport; member in struct:xt_tproxy_target_info
18 __be16 lport; member in struct:xt_tproxy_target_info_v1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dinet6_hashtables.h31 static inline unsigned int inet6_ehashfn(const struct in6_addr *laddr, const u16 lport, argument
34 u32 ports = (lport ^ (__force u16)fport);
47 const __u16 lport = inet->num; local
49 return inet6_ehashfn(laddr, lport, faddr, fport);
H A Dinet_sock.h174 static inline unsigned int inet_ehashfn(const __be32 laddr, const __u16 lport, argument
178 ((__u32) lport) << 16 | (__force __u32)fport,
186 const __u16 lport = inet->num; local
190 return inet_ehashfn(laddr, lport, faddr, fport);
H A Dinet_hashtables.h145 static inline int inet_bhashfn(const __u16 lport, const int bhash_size) argument
147 return lport & (bhash_size - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dnc.c31 unsigned lport = 0; local
49 USE_NC_SERVER(lport = bb_lookup_port(optarg, "tcp", 0));
94 /* create_and_bind_stream_or_die(NULL, lport)
98 if (lport)
99 set_nport(lsa, htons(lport));
105 if (!lport) {
108 lport = get_nport(&lsa->sa);
109 fdprintf(2, "%d\n", ntohs(lport));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_TPROXY.c24 .flags = XTOPT_MAND | XTOPT_NBO | XTOPT_PUT, XTOPT_POINTER(s, lport)},
33 .flags = XTOPT_MAND | XTOPT_NBO | XTOPT_PUT, XTOPT_POINTER(s, lport)},
56 ntohs(info->lport), (unsigned int)info->mark_value,
69 ntohs(info->lport), (unsigned int)info->mark_value,
82 ntohs(info->lport), (unsigned int)info->mark_value,
90 printf(" --on-port %u", ntohs(info->lport));
103 printf(" --on-port %u", ntohs(info->lport));
115 printf(" --on-port %u", ntohs(info->lport));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dinet_hashtables.c195 struct sock *sk, __u16 lport,
204 const __portpair ports = INET_COMBINED_PORTS(inet->dport, lport);
205 unsigned int hash = inet_ehashfn(daddr, lport, saddr, inet->dport);
236 inet->num = lport;
237 inet->sport = htons(lport);
194 __inet_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, __u16 lport, struct inet_timewait_sock **twp) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dinet6_hashtables.c165 struct sock *sk, const __u16 lport,
174 const __portpair ports = INET_COMBINED_PORTS(inet->dport, lport);
175 const unsigned int hash = inet6_ehashfn(daddr, lport, saddr,
213 inet->num = lport;
214 inet->sport = htons(lport);
164 __inet6_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, const __u16 lport, struct inet_timewait_sock **twp) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/sctp/
H A Dsctp.h621 static inline int sctp_phashfn(__u16 lport) argument
623 return (lport & (sctp_port_hashsize - 1));
627 static inline int sctp_ep_hashfn(__u16 lport) argument
629 return (lport & (sctp_ep_hashsize - 1));
633 static inline int sctp_assoc_hashfn(__u16 lport, __u16 rport) argument
635 int h = (lport << 16) + rport;
644 static inline int sctp_vtag_hashfn(__u16 lport, __u16 rport, __u32 vtag) argument
646 int h = (lport << 16) + rport;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_ae.c211 cm_event.local_addr.sin_port = res->lport;
286 cm_event.local_addr.sin_port = req->lport;
H A Dc2_wr.h1129 u16 lport; member in struct:c2wr_ae_active_connect_results
1147 u16 lport; member in struct:c2wr_ae_connection_request
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/misc/
H A Dss.c373 int lport; member in struct:tcpstat
653 return s->lport == 0 && s->local.data == 0;
655 return s->lport < 0;
664 return s->lport >= low && s->lport <= high;
687 if (a->port != -1 && a->port != s->lport)
711 return s->lport >= a->port;
716 return s->lport <= a->port;
1137 sscanf(loc, "%x:%x", s.local.data, (unsigned*)&s.lport);
1146 &s.lport);
[all...]

Completed in 92 milliseconds