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

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dummy.c70 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL ||
78 || ntohs(*ah->sport) == 456)
H A Dalias_smedia.c138 if (ah->dport != NULL && ah->aport != NULL && ah->sport != NULL &&
141 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL ||
145 || ntohs(*ah->sport) == RTSP_CONTROL_PORT_NUMBER_1
147 || ntohs(*ah->sport) == RTSP_CONTROL_PORT_NUMBER_2)
158 *ah->sport, *ah->aport, IPPROTO_UDP);
244 u_short sport, eport, base_port; local
279 sport = eport = 0;
309 sport = htons(p[0]);
324 sport, 0,
H A Dalias_mod.h75 uint16_t *sport, *dport; /* Source & destination port */ member in struct:alias_data
H A Dalias_nbt.c94 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL ||
98 || ntohs(*ah->sport) == NETBIOS_DGM_PORT_NUMBER)
119 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL ||
123 || ntohs(*ah->sport) == NETBIOS_NS_PORT_NUMBER)
141 AliasHandleUdpNbtNS(la, pip, ah->lnk, &pip->ip_src, ah->sport,
H A Dalias_dns.c83 if (!ah->dport || !ah->sport || !ah->lnk)
86 Log(("NAT:%s: ah(dport: %hd, sport: %hd) oaddr:%RTnaipv4 aaddr:%RTnaipv4\n",
87 __FUNCTION__, ntohs(*ah->dport), ntohs(*ah->sport),
91 || ntohs(*ah->sport) == DNS_CONTROL_PORT_NUMBER)
H A Dalias_pptp.c85 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL)
88 || ntohs(*ah->sport) == PPTP_CONTROL_PORT_NUMBER)
H A Dalias_skinny.c63 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL)
65 if (la->skinnyPort != 0 && (ntohs(*ah->sport) == la->skinnyPort ||
H A Dalias.c758 ad.sport = &ud->uh_sport;
821 ad.sport = &ud->uh_sport;
889 ad.sport = &tc->th_sport;
914 .sport = &ud->uh_sport,
1032 ad.sport = &tc->th_sport;
1295 ad.sport = NULL,
1444 .sport = NULL,
H A Dalias_ftp.c122 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL ||
126 || ntohs(*ah->sport) == FTP_CONTROL_PORT_NUMBER)
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp_state.h452 # define SOLOOKUP(so, label, src, sport, dst, dport) \
454 (so) = solookup(&VBOX_X2(queue_ ## label ## _label), (src), (sport), (dst), (dport)); \

Completed in 62 milliseconds