Home | History | Annotate | Download | only in embenchen

Lines Matching refs:sport

4591           if (sock.type === 2 && typeof sock.sport !== 'undefined') {
4595 ((sock.sport & 0xff00) >> 8) , (sock.sport & 0xff)
4726 if (typeof sock.saddr !== 'undefined' || typeof sock.sport !== 'undefined') {
4730 sock.sport = port || _mkport();
4789 port: sock.sport
4833 // TODO saddr and sport will be set for bind()'d UDP sockets, but what
4836 port = sock.sport || 0;