Home
last modified time | relevance | path

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

/mirbsd/src/sys/sys/
Dfile.h68 #define DTYPE_SOCKET 2 /* communications endpoint */ macro
/mirbsd/src/usr.bin/netstat/
Dunix.c87 if (fp->f_count == 0 || fp->f_type != DTYPE_SOCKET) in unixpr()
/mirbsd/src/sys/kern/
Duipc_syscalls.c83 fp->f_type = DTYPE_SOCKET;
233 fp->f_type = DTYPE_SOCKET;
352 fp1->f_type = DTYPE_SOCKET;
358 fp2->f_type = DTYPE_SOCKET;
1142 if (fp->f_type != DTYPE_SOCKET) in getsock()
Duipc_usrreq.c823 if (fp->f_type != DTYPE_SOCKET || in unp_gc()
901 if ((*fpp)->f_type == DTYPE_SOCKET && (*fpp)->f_data != NULL) in unp_gc()
963 if (fp->f_type == DTYPE_SOCKET) { in unp_mark()
Dkern_descrip.c387 if (fp->f_type == DTYPE_SOCKET) {
397 if (fp->f_type == DTYPE_SOCKET) {
673 case DTYPE_SOCKET:
Dsys_generic.c590 if (fp->f_type == DTYPE_SOCKET) {
614 if (fp->f_type == DTYPE_SOCKET) {
/mirbsd/src/usr.bin/fstat/
Dfstat.c370 else if (file.f_type == DTYPE_SOCKET) { in dofiles()
/mirbsd/src/sys/compat/linux/
Dlinux_file.c398 if (fp->f_type == DTYPE_SOCKET) {
/mirbsd/src/usr.sbin/pstat/
Dpstat.c905 if ((unsigned)fp.f_type > DTYPE_SOCKET) in filemode()