Lines Matching refs:sport
4038 if (sock.type === 2 && typeof sock.sport !== 'undefined') {
4042 ((sock.sport & 0xff00) >> 8) , (sock.sport & 0xff)
4173 if (typeof sock.saddr !== 'undefined' || typeof sock.sport !== 'undefined') {
4177 sock.sport = port || _mkport();
4236 port: sock.sport
4280 // TODO saddr and sport will be set for bind()'d UDP sockets, but what
4283 port = sock.sport || 0;