Searched refs:dport (Results 1 - 15 of 15) 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 ||
77 if (ntohs(*ah->dport) == 123
H A Dalias_smedia.c138 if (ah->dport != NULL && ah->aport != NULL && ah->sport != NULL &&
139 ntohs(*ah->dport) == TFTP_PORT_NUMBER)
141 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL ||
144 if (ntohs(*ah->dport) == RTSP_CONTROL_PORT_NUMBER_1
146 || ntohs(*ah->dport) == RTSP_CONTROL_PORT_NUMBER_2
156 if (ntohs(*ah->dport) == TFTP_PORT_NUMBER)
H A Dalias_cuseeme.c70 if (ah->dport == NULL || ah->oaddr == NULL)
72 if (ntohs(*ah->dport) == CUSEEME_PORT_NUMBER)
H A Dalias_irc.c98 if (ah->dport == NULL || ah->dport == NULL || ah->lnk == NULL ||
101 if (ntohs(*ah->dport) == IRC_CONTROL_PORT_NUMBER_1
102 || ntohs(*ah->dport) == IRC_CONTROL_PORT_NUMBER_2)
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 ||
97 if (ntohs(*ah->dport) == NETBIOS_DGM_PORT_NUMBER
119 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL ||
122 if (ntohs(*ah->dport) == NETBIOS_NS_PORT_NUMBER
133 ah->oaddr, ah->dport);
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),
90 if ( (ntohs(*ah->dport) == DNS_CONTROL_PORT_NUMBER
H A Dalias_pptp.c85 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL)
87 if (ntohs(*ah->dport) == PPTP_CONTROL_PORT_NUMBER
H A Dalias_skinny.c63 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL)
66 ntohs(*ah->dport) == la->skinnyPort))
H A Dalias.c759 ad.dport = &ud->uh_dport;
822 ad.dport = &ud->uh_dport;
890 ad.dport = &tc->th_dport;
915 .dport = &ud->uh_dport,
1033 ad.dport = &tc->th_dport;
1296 ad.dport = NULL,
1445 .dport = NULL,
H A Dalias_ftp.c122 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL ||
125 if (ntohs(*ah->dport) == FTP_CONTROL_PORT_NUMBER
/vbox/src/VBox/ValidationKit/testboxscript/linux/
H A Dtestboxscript-service.sh347 $I -m tcp -p tcp --dport 6000:6100 -m comment --comment "testsuite vrdp"
350 $I -m tcp -p tcp --dport 5000:5032 -m comment --comment "testsuite perftcp"
353 $I -m udp -p udp --dport 5000:5032 -m comment --comment "testsuite perfudp"
/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)); \
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/
H A DVBoxVgaMiniPortDxe.c402 #define BOUTB(count, aport, dport) \
407 ASMOutU8((dport), r[i]); \
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c935 #define BOUTB(storage, count, aport, dport) \
940 outb(Private, (dport), storage[i]); \

Completed in 117 milliseconds