Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.c357 char u_type = '\0'; in convert_in_un_remote() local
363 u_type = SOCKET_TYPE_CHAR_TCP; in convert_in_un_remote()
366 u_type = SOCKET_TYPE_CHAR_UDP; in convert_in_un_remote()
386 type = u_type; in convert_in_un_remote()
456 char u_type = '\0'; in convert_in_un_alloc() local
465 u_type = SOCKET_TYPE_CHAR_TCP; in convert_in_un_alloc()
469 u_type = SOCKET_TYPE_CHAR_UDP; in convert_in_un_alloc()
494 type = u_type; in convert_in_un_alloc()