Searched refs:u_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c357 char u_type = '\0'; local
363 u_type = SOCKET_TYPE_CHAR_TCP;
366 u_type = SOCKET_TYPE_CHAR_UDP;
386 type = u_type;
456 char u_type = '\0'; local
465 u_type = SOCKET_TYPE_CHAR_TCP;
469 u_type = SOCKET_TYPE_CHAR_UDP;
494 type = u_type;

Completed in 45 milliseconds