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

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c545 GetNewPort() -- find and reserve new alias port number
564 static int GetNewPort(struct libalias *, struct alias_link *, int);
600 /* GetNewPort() allocates port numbers. Note that if a port number
602 another link concurrently. This is because GetNewPort() looks for
606 GetNewPort(struct libalias *la, struct alias_link *lnk, int alias_port_param) function
615 Description of alias_port_param for GetNewPort(). When
617 the port number. GetNewPort() will return this number
651 fprintf(stderr, "PacketAlias/GetNewPort(): ");
1036 if (GetNewPort(la, lnk, alias_port_param) != 0) {

Completed in 52 milliseconds