Lines Matching refs:sport
4577 if (sock.type === 2 && typeof sock.sport !== 'undefined') {
4581 ((sock.sport & 0xff00) >> 8) , (sock.sport & 0xff)
4712 if (typeof sock.saddr !== 'undefined' || typeof sock.sport !== 'undefined') {
4716 sock.sport = port || _mkport();
4775 port: sock.sport
4819 // TODO saddr and sport will be set for bind()'d UDP sockets, but what
4822 port = sock.sport || 0;