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

/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_tcpcmds.c174 int sport; local
220 for (sport = 1023; sport > 513; sport--) {
221 res = tcp_bind(s,sport);
225 if (sport == 513) {
355 char *sport = NULL; local
394 if (cmd_sw_value(cmd,"-srcport",&sport)) {
395 res = tcp_bind(s,atoi(sport));
397 ui_showerror(res,"Could not bind to port %s",sport);
[all...]

Completed in 25 milliseconds