Lines Matching refs:sport
4289 if (sock.type === 2 && typeof sock.sport !== 'undefined') {
4293 ((sock.sport & 0xff00) >> 8) , (sock.sport & 0xff)
4424 if (typeof sock.saddr !== 'undefined' || typeof sock.sport !== 'undefined') {
4428 sock.sport = port || _mkport();
4487 port: sock.sport
4531 // TODO saddr and sport will be set for bind()'d UDP sockets, but what
4534 port = sock.sport || 0;