Searched refs:udp_ (Results 1 – 2 of 2) sorted by relevance
117 udp_ = (SOCK_DGRAM == type); in PhysicalSocket()128 udp_ = (SOCK_DGRAM == type); in Create()130 if (udp_) in Create()328 if (udp_ || success) { in Recv()350 if (udp_ || success) { in RecvFrom()
174 bool udp_; variable