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

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c572 GetNewPort(struct libalias *la, struct alias_link *lnk, int alias_port_param) argument
581 Description of alias_port_param for GetNewPort(). When
590 if (alias_port_param == GET_ALIAS_PORT) {
612 } else if (alias_port_param >= 0 && alias_port_param < 0x10000) {
613 lnk->alias_port = (u_short) alias_port_param;
929 int alias_port_param, int link_type)
989 if (GetNewPort(la, lnk, alias_port_param) != 0) {
1069 int alias_port_param, /* if less than zero, alias */
1078 src_port, dst_port, alias_port_param,
927 AddLink(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1063 ReLink(struct alias_link *old_lnk, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
[all...]

Completed in 87 milliseconds