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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dsys_dep.c288 * MacOSX, so defines DTYPE_ATALK as DTYPE_SOCKET...
290 fp->f_type = DTYPE_ATALK+1;
344 if (fp->f_type != (DTYPE_ATALK+1) || *grefp == 0 || *grefp == (gref_t *)(-1)) {
H A Dsysglue.h146 * DTYPE_ATALK
149 #define DTYPE_ATALK -1 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c2810 #define DTYPE_ATALK -1 /* XXX This does not belong here */ macro
2854 if (fp->f_type != (DTYPE_ATALK+1)) {

Completed in 35 milliseconds