Home
last modified time | relevance | path

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

/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/
H A Daccept.h23 struct listen_t { struct
24 struct listen_t *next; argument
25 struct listen_t **prevp; argument
H A Daccept.c54 static struct listen_t *listen_list;
276 struct listen_t *l; in open_listener()
381 struct listen_t *l = listen_list; in find_listener_random_id()
394 struct listen_t *l = listen_list; in find_listener_hash_id()
409 struct listen_t *l; in rescan_client_acls()
486 struct listen_t *l; in open_missing_listeners()
508 struct listen_t *l, *next; in close_removed_listeners()
993 struct listen_t *l; in liveupgrade_find_listener()
1385 struct listen_t **acceptpl = NULL; in accept_thread()
1388 struct listen_t *l; in accept_thread()
[all …]
H A Dsctp.c64 int sctp_set_listen_params(struct listen_t *l) in sctp_set_listen_params()
302 static int sctp_rx_assoc_change(struct listen_t *l, union sctp_notification *sn)
332 static int sctp_rx_notification(struct listen_t *l, struct msghdr *m)
371 static void accept_sctp(struct listen_t *l)
H A Dsctp.h10 extern int sctp_set_listen_params(struct listen_t *l);
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dallocate.c76 } listen_t; typedef
90 static listen_t *_create_allocation_response_socket(void);
91 static void _destroy_allocation_response_socket(listen_t *listen);
93 const listen_t *listen,
177 listen_t *listen = NULL; in slurm_allocate_resources_blocking()
436 listen_t *listen = NULL; in slurm_allocate_het_job_blocking()
1116 static listen_t *_create_allocation_response_socket(void) in _create_allocation_response_socket()
1118 listen_t *listen = NULL; in _create_allocation_response_socket()
1121 listen = xmalloc(sizeof(listen_t)); in _create_allocation_response_socket()
1147 static void _destroy_allocation_response_socket(listen_t *listen) in _destroy_allocation_response_socket()
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dstream.d1893 local maygc listen_t listen_char_concat (object stream) { in listen_char_concat()
1896 var listen_t result; in listen_char_concat()
1939 var listen_t result; in listen_byte_concat()
3928 listen_t (* low_listen) (object stream);
4992 var listen_t ret = in low_listen_unbuffered_handle()
5248 var listen_t result; in listen_char_unbuffered()
8470 local listen_t listen_char_keyboard (object stream) { in listen_char_keyboard()
9803 local listen_t listen_char_terminal3 (object stream) { in listen_char_terminal3()
14269 var listen_t rd = LISTEN_WAIT; in handle_isset()
16211 global maygc listen_t listen_char (object stream) { in listen_char()
[all …]
H A Dlispbibl.d18713 } listen_t; typedef
18720 extern maygc listen_t listen_char (object stream);
18736 extern maygc listen_t listen_byte (object stream);
H A DChangeLog11872 * lispbibl.d (listen_t): use a dedicated type instead of signean