Home | History | Annotate | Download | only in embenchen

Lines Matching refs:sport

4315           if (sock.type === 2 && typeof sock.sport !== 'undefined') {
4319 ((sock.sport & 0xff00) >> 8) , (sock.sport & 0xff)
4450 if (typeof sock.saddr !== 'undefined' || typeof sock.sport !== 'undefined') {
4454 sock.sport = port || _mkport();
4513 port: sock.sport
4557 // TODO saddr and sport will be set for bind()'d UDP sockets, but what
4560 port = sock.sport || 0;