Searched refs:sport (Results 1 - 17 of 17) sorted by relevance

/external/kernel-headers/original/linux/
H A Drandom.h59 __u16 sport, __u16 dport);
61 __u16 sport, __u16 dport);
63 __u16 sport, __u16 dport);
H A Drtnetlink.h392 __u16 sport; member in struct:rta_session::__anon7952::__anon7953
/external/tcpdump/
H A Dprint-udp.c364 udpipaddr_print(const struct ip *ip, int sport, int dport) argument
376 if (sport == -1) {
383 udpport_string(sport),
388 if (sport != -1) {
390 udpport_string(sport),
398 if (sport == -1) {
405 udpport_string(sport),
410 if (sport != -1) {
412 udpport_string(sport),
427 u_int16_t sport, dpor local
[all...]
H A Dprint-tcp.c199 u_int16_t sport, dport, win, urp; local
222 sport = EXTRACT_16BITS(&tp->th_sport);
241 sport == NFS_PORT) {
252 tcpport_string(sport),
257 tcpport_string(sport), tcpport_string(dport));
265 tcpport_string(sport),
270 tcpport_string(sport), tcpport_string(dport));
329 if (sport > dport)
331 else if (sport == dport) {
338 tha.port = dport << 16 | sport;
[all...]
H A Dprint-pgm.c155 u_int16_t sport, dport; local
199 sport = EXTRACT_16BITS(&pgm->pgm_sport);
207 tcpport_string(sport),
212 tcpport_string(sport), tcpport_string(dport));
220 tcpport_string(sport),
225 tcpport_string(sport), tcpport_string(dport));
H A Dprint-dccp.c224 u_short sport, dport; local
249 sport = EXTRACT_16BITS(&dh->dccph_sport);
256 ip6addr_string(&ip6->ip6_src), sport,
262 ipaddr_string(&ip->ip_src), sport,
H A Dprint-rx.c434 rx_print(register const u_char *bp, int length, int sport, int dport, argument
541 sport, &opcode)) {
543 switch (sport) {
616 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport, argument
633 rxent->dport == sport) {
/external/ipsec-tools/src/racoon/
H A Dnattraversal.h71 u_int16_t sport; member in struct:ph2natt
/external/libppp/src/
H A Dip.c220 u_short sport, dport; /* src, dest port from packet if (gotinfo) */ local
280 sport = dport = 0;
309 sport = dport = 0;
316 sport = ih->icmp_type;
318 snprintf(dbuff, sizeof dbuff, "sport = %d", sport);
325 sport = ih6->icmp6_type;
327 snprintf(dbuff, sizeof dbuff, "sport = %d", sport);
354 sport
[all...]
/external/iproute2/ip/
H A Dipxfrm.c477 fprintf(fp, "sport %u ", ntohs(sel->sport));
483 /* type/code is stored at sport/dport in selector */
485 fprintf(fp, "type %u ", ntohs(sel->sport));
491 fprintf(fp, "type %u ", ntohs(sel->sport));
728 fprintf(fp, "sport %u ", ntohs(e->encap_sport));
1110 } else if (strcmp(*argv, "sport") == 0) {
1115 if (get_u16(&sel->sport, *argv, 0))
1117 sel->sport = htons(sel->sport);
[all...]
H A Dxfrm_policy.c70 fprintf(stderr, "UPSPEC := proto PROTO [ [ sport PORT ] [ dport PORT ] |\n");
397 if ((xpinfo->sel.sport^filter.xpinfo.sel.sport)&filter.upspec_sport_mask)
/external/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c500 u_int16_t sport = 0, dport = 0; local
541 sport = 0; /*XXX*/
543 sport = atoi(pbuf);
547 (u_int)sport,
582 str_upperspec((u_int)m_saddr->sadb_address_proto, (u_int)sport,
/external/iproute2/include/linux/
H A Drtnetlink.h391 __u16 sport; member in struct:rta_session::__anon7122::__anon7123
H A Dxfrm.h51 __be16 sport; member in struct:xfrm_selector
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DDatagramSocketTest.java1367 int sport = ports[0];
1371 s.connect(new InetSocketAddress(InetAddress.getLocalHost(), sport));
1377 .getLocalHost(), sport)));
1391 sport));
1397 .getLocalHost(), sport)));
H A DSocketTest.java189 int sport = server.getLocalPort();
191 .getLocalHost(), sport);
/external/chromium/net/base/
H A Deffective_tld_names.cc4102 {"sport.hu", 0},

Completed in 2505 milliseconds