Searched refs:nx_bsd_socket_protocol (Results 1 – 2 of 2) sorted by relevance
962 bsd_socket_ptr -> nx_bsd_socket_protocol = NX_PROTOCOL_TCP; in nx_bsd_socket()1043 bsd_socket_ptr -> nx_bsd_socket_protocol = NX_PROTOCOL_UDP; in nx_bsd_socket()1146 bsd_socket_ptr -> nx_bsd_socket_protocol = (USHORT)protocol; in nx_bsd_socket()1198 if(bsd_socket_ptr -> nx_bsd_socket_protocol != NX_PROTOCOL_TCP) in nx_bsd_socket()1383 if (bsd_socket_ptr -> nx_bsd_socket_protocol != NX_PROTOCOL_TCP) in nx_bsd_connect()1487 if (bsd_socket_ptr -> nx_bsd_socket_protocol == NX_PROTOCOL_UDP) in nx_bsd_connect()1530 else if (bsd_socket_ptr -> nx_bsd_socket_protocol != NX_PROTOCOL_TCP) in nx_bsd_connect()2113 … (nx_bsd_socket_array[i].nx_bsd_socket_protocol != bsd_socket_ptr -> nx_bsd_socket_protocol) || in nx_bsd_bind()2152 if(bsd_socket_ptr -> nx_bsd_socket_protocol == NX_PROTOCOL_UDP) in nx_bsd_bind()2207 else if(bsd_socket_ptr -> nx_bsd_socket_protocol == NX_PROTOCOL_TCP) in nx_bsd_bind()[all …]
959 USHORT nx_bsd_socket_protocol; member