Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c355 char u_type = '\0'; in convert_in_un_remote() local
361 u_type = SOCKET_TYPE_CHAR_TCP; in convert_in_un_remote()
364 u_type = SOCKET_TYPE_CHAR_UDP; in convert_in_un_remote()
384 type = u_type; in convert_in_un_remote()
454 char u_type = '\0'; in convert_in_un_alloc() local
463 u_type = SOCKET_TYPE_CHAR_TCP; in convert_in_un_alloc()
467 u_type = SOCKET_TYPE_CHAR_UDP; in convert_in_un_alloc()
492 type = u_type; in convert_in_un_alloc()