Home
last modified time | relevance | path

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

/freebsd/include/
H A Dnetconfig.h65 #define NC_TPI_RAW 4 /* Raw connection */ macro
/freebsd/sys/rpc/
H A Dnetconfig.h35 #define NC_TPI_RAW 4 macro
H A Drpc_generic.c457 case NC_TPI_RAW: in __rpc_seman2socktype()
475 return NC_TPI_RAW; in __rpc_socktype2seman()
/freebsd/lib/libc/rpc/
H A Drpc_generic.c733 case NC_TPI_RAW: in __rpc_seman2socktype()
751 return NC_TPI_RAW; in __rpc_socktype2seman()
H A Dgetnetconfig.c581 ncp->nc_semantics = NC_TPI_RAW; in parse_ncp()