Searched defs:alias_port (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_irc.c372 u_short alias_port; /* Port given by local
394 alias_port = GetAliasPort(dcc_lnk);
397 "%u", htons(alias_port));
407 DBprintf(("Aliased IP %lu and port %u\n", alias_address.s_addr, (unsigned)alias_port));
H A Dalias_ftp.c661 u_short alias_port; local
674 alias_port = GetAliasPort(ftp_lnk);
681 ptr = (u_char *)&alias_port;
711 a1, a2, a3, a4, ntohs(alias_port));
714 a1, a2, a3, a4, ntohs(alias_port));
721 ntohs(alias_port));
724 ntohs(alias_port));
H A Dalias_smedia.c437 u_short alias_port, port; local
461 alias_port = GetAliasPort(pna_links);
462 memcpy(work, &alias_port, 2);
H A Dalias.c566 u_short alias_port; local
569 alias_port = GetAliasPort(lnk);
575 accumulate -= alias_port;
590 ud->uh_dport = alias_port;
750 u_short alias_port; local
757 ad.aport = &alias_port;
765 alias_port = ud->uh_dport;
774 accumulate = alias_port;
814 u_short alias_port; local
820 ad.aport = &alias_port;
874 u_short alias_port; local
1024 u_short alias_port; local
[all...]
H A Dalias_nbt.c424 u_short alias_port
474 acc -= alias_port;
484 ndh->source_port = alias_port;
862 u_short * alias_port,
877 nbtarg.oldport = *alias_port;
857 AliasHandleUdpNbtNS( struct libalias *la, struct ip *pip, struct alias_link *lnk, struct in_addr *alias_address, u_short * alias_port, struct in_addr *original_address, u_short * original_port) argument
H A Dalias_db.c306 u_short alias_port; member in struct:alias_link
434 u_short alias_port,
441 n += alias_port;
647 lnk->alias_port = (u_short) alias_port_param;
682 lnk->alias_port = port_net;
687 lnk->alias_port = port_net;
1095 start_point = StartPointIn(alias_addr, lnk->alias_port, link_type);
1180 src_port, dst_port, lnk->alias_port,
1222 u_short alias_port,
1251 start_point = StartPointIn(alias_addr, alias_port, link_typ
433 StartPointIn(struct in_addr alias_addr, u_short alias_port, int link_type) argument
1219 _FindLinkIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, int link_type, int replace_partial_links) argument
1329 FindLinkIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, int link_type, int replace_partial_links) argument
1534 FindUdpTcpIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, u_char proto, int create) argument
1709 FindRtspOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short alias_port, u_char proto) argument
2328 LibAliasRedirectPort(struct libalias *la, struct in_addr src_addr, u_short src_port, struct in_addr dst_addr, u_short dst_port, struct in_addr alias_addr, u_short alias_port, u_char proto) argument
[all...]

Completed in 58 milliseconds