Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/netselect/
H A Dnetselect.c107 static int nc_error = NC_NOERROR; in __nc_error() local
111 return (&nc_error); in __nc_error()
114 return (ret ? ret : &nc_error); in __nc_error()
116 #define nc_error (*(__nc_error())) macro
136 nc_error = NC_NOMEM; in setnetconfig()
139 nc_error = NC_NOERROR; in setnetconfig()
155 nc_error = NC_NOSET; in endnetconfig()
161 nc_error = NC_NOERROR; in endnetconfig()
184 nc_error = NC_NOSET; in getnetconfig()
204 nc_error = NC_NOERROR; in getnetconfig()
[all …]