Searched refs:alias_port (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/netgraph/
H A Dng_nat.h65 uint16_t alias_port; member in struct:ng_nat_redirect_port
77 { "alias_port", &ng_parse_uint16_type }, \
140 uint16_t alias_port; member in struct:ng_nat_listrdrs_entry
154 { "alias_port", &ng_parse_uint16_type }, \
H A Dng_nat.c415 rp->alias_addr, htons(rp->alias_port),
429 entry->rdr.alias_port = rp->alias_port;
/freebsd-11.0-release/sys/netinet/libalias/
H A Dalias_db.c297 u_short alias_port; member in struct:alias_link
411 u_short alias_port,
418 n += alias_port;
613 lnk->alias_port = (u_short) alias_port_param;
648 lnk->alias_port = port_net;
653 lnk->alias_port = port_net;
1048 start_point = StartPointIn(alias_addr, lnk->alias_port, link_type);
1133 src_port, dst_port, lnk->alias_port,
1175 u_short alias_port,
1204 start_point = StartPointIn(alias_addr, alias_port, link_typ
410 StartPointIn(struct in_addr alias_addr, u_short alias_port, int link_type) argument
1172 _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
1287 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
1492 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
1667 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
2260 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...]
H A Dalias_irc.c373 u_short alias_port; /* Port given by local
395 alias_port = GetAliasPort(dcc_lnk);
398 "%u", htons(alias_port));
408 DBprintf(("Aliased IP %lu and port %u\n", alias_address.s_addr, (unsigned)alias_port));
H A Dalias.c561 u_short alias_port; local
564 alias_port = GetAliasPort(lnk);
570 accumulate -= alias_port;
585 ud->uh_dport = alias_port;
742 u_short alias_port; local
750 .aport = &alias_port,
759 alias_port = ud->uh_dport;
772 accumulate = alias_port;
861 u_short alias_port; local
867 .aport = &alias_port,
932 u_short alias_port; local
1086 u_short alias_port; local
[all...]
H A Dalias_ftp.c684 u_short alias_port; local
697 alias_port = GetAliasPort(ftp_lnk);
704 ptr = (char *)&alias_port;
722 a1, a2, a3, a4, ntohs(alias_port));
727 ntohs(alias_port));
H A Dalias_nbt.c340 u_short alias_port
390 acc -= alias_port;
400 ndh->source_port = alias_port;
768 u_short * alias_port,
783 nbtarg.oldport = *alias_port;
763 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_smedia.c439 u_short alias_port, port; local
463 alias_port = GetAliasPort(pna_links);
464 memcpy(work, &alias_port, 2);

Completed in 123 milliseconds