Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dnetstat.expout3 tcp 0 0 *.http *.* LISTEN
6 tcp6 0 0 *.http *.* LISTEN
/freebsd/tools/test/net/
H A Dlisten.c39 #define LISTEN 5 /* Default backlog */ macro
54 int limit = LISTEN; in main()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dtoken.l66 listen { DP; return LISTEN; }
H A Dparse.y84 %token LISTEN
552 listen_statement: LISTEN STR
/freebsd/sbin/hastd/
H A Dtoken.l57 listen { DP; return LISTEN; }
H A Dparse.y87 %token CONTROL PIDFILE LISTEN REPLICATION CHECKSUM COMPRESSION METAFLUSH
198 listen_statement: LISTEN STR
/freebsd/usr.sbin/ctld/
H A Dtoken.l68 listen { return LISTEN; }
H A Dparse.y60 %token LISTEN LISTEN_ISER LUN MAXPROC OFFLOAD OPENING_BRACKET OPTION
377 portal_group_listen: LISTEN STR
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dtcp92 state == TCPS_LISTEN ? "LISTEN" :
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h767 LISTEN, enumerator
H A Dcm.c1133 if (state == LISTEN) { in process_socket_event()
2724 lep->com.state = LISTEN; in c4iw_create_listen()
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c1522 CMA_INIT_CMD(&cmd, sizeof cmd, LISTEN); in rdma_listen()