Home
last modified time | relevance | path

Searched defs:connp (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/security/suricata/suricata-6.0.4/libhtp/htp/
H A Dhtp_connection_parser.c43 void htp_connp_clear_error(htp_connp_t *connp) { in htp_connp_clear_error()
78 htp_connp_t *connp = calloc(1, sizeof (htp_connp_t)); in htp_connp_create() local
102 void htp_connp_destroy(htp_connp_t *connp) { in htp_connp_destroy()
131 void htp_connp_destroy_all(htp_connp_t *connp) { in htp_connp_destroy_all()
147 htp_tx_t *htp_connp_get_in_tx(const htp_connp_t *connp) { in htp_connp_get_in_tx()
152 htp_log_t *htp_connp_get_last_error(const htp_connp_t *connp) { in htp_connp_get_last_error()
157 htp_tx_t *htp_connp_get_out_tx(const htp_connp_t *connp) { in htp_connp_get_out_tx()
162 void *htp_connp_get_user_data(const htp_connp_t *connp) { in htp_connp_get_user_data()
167 void htp_connp_in_reset(htp_connp_t *connp) { in htp_connp_in_reset()
198 htp_tx_t *htp_connp_tx_create(htp_connp_t *connp) { in htp_connp_tx_create()
[all …]
H A Dhtp_request.c191 static htp_status_t htp_connp_req_buffer(htp_connp_t *connp) { in htp_connp_req_buffer()
272 static void htp_connp_req_clear_buffer(htp_connp_t *connp) { in htp_connp_req_clear_buffer()
291 htp_status_t htp_connp_REQ_CONNECT_CHECK(htp_connp_t *connp) { in htp_connp_REQ_CONNECT_CHECK()
533 htp_status_t htp_connp_REQ_BODY_IDENTITY(htp_connp_t *connp) { in htp_connp_REQ_BODY_IDENTITY()
615 htp_status_t htp_connp_REQ_HEADERS(htp_connp_t *connp) { in htp_connp_REQ_HEADERS()
726 htp_status_t htp_connp_REQ_PROTOCOL(htp_connp_t *connp) { in htp_connp_REQ_PROTOCOL()
767 htp_status_t htp_connp_REQ_LINE_complete(htp_connp_t *connp) { in htp_connp_REQ_LINE_complete()
820 htp_status_t htp_connp_REQ_LINE(htp_connp_t *connp) { in htp_connp_REQ_LINE()
838 htp_status_t htp_connp_REQ_FINALIZE(htp_connp_t *connp) { in htp_connp_REQ_FINALIZE()
933 htp_status_t htp_connp_REQ_IDLE(htp_connp_t * connp) { in htp_connp_REQ_IDLE()
[all …]
H A Dhtp_response.c150 static htp_status_t htp_res_handle_state_change(htp_connp_t *connp) { in htp_res_handle_state_change()
195 static htp_status_t htp_connp_res_buffer(htp_connp_t *connp) { in htp_connp_res_buffer()
273 static void htp_connp_res_clear_buffer(htp_connp_t *connp) { in htp_connp_res_clear_buffer()
314 htp_status_t htp_connp_RES_BODY_CHUNKED_DATA(htp_connp_t *connp) { in htp_connp_RES_BODY_CHUNKED_DATA()
365 static inline int data_probe_chunk_length(htp_connp_t *connp) { in data_probe_chunk_length()
546 htp_status_t htp_connp_RES_BODY_DETERMINE(htp_connp_t *connp) { in htp_connp_RES_BODY_DETERMINE()
784 htp_status_t htp_connp_RES_HEADERS(htp_connp_t *connp) { in htp_connp_RES_HEADERS()
985 htp_status_t htp_connp_RES_LINE(htp_connp_t *connp) { in htp_connp_RES_LINE()
1106 size_t htp_connp_res_data_consumed(htp_connp_t *connp) { in htp_connp_res_data_consumed()
1110 htp_status_t htp_connp_RES_FINALIZE(htp_connp_t *connp) { in htp_connp_RES_FINALIZE()
[all …]
H A Dhtp_request_generic.c52 htp_status_t htp_process_request_header_generic(htp_connp_t *connp, unsigned char *data, size_t len… in htp_process_request_header_generic()
143 htp_status_t htp_parse_request_header_generic(htp_connp_t *connp, htp_header_t *h, unsigned char *d… in htp_parse_request_header_generic()
279 htp_status_t htp_parse_request_line_generic(htp_connp_t *connp) { in htp_parse_request_line_generic()
283 htp_status_t htp_parse_request_line_generic_ex(htp_connp_t *connp, int nul_terminates) { in htp_parse_request_line_generic_ex()
H A Dhtp_request_apache_2_2.c52 htp_status_t htp_process_request_header_apache_2_2(htp_connp_t *connp, unsigned char *data, size_t … in htp_process_request_header_apache_2_2()
62 htp_status_t htp_parse_request_line_apache_2_2(htp_connp_t *connp) { in htp_parse_request_line_apache_2_2()
H A Dhtp_parsers.c102 int htp_parse_authorization_digest(htp_connp_t *connp, htp_header_t *auth_header) { in htp_parse_authorization_digest()
126 int htp_parse_authorization_basic(htp_connp_t *connp, htp_header_t *auth_header) { in htp_parse_authorization_basic()
169 int htp_parse_authorization(htp_connp_t *connp) { in htp_parse_authorization()
H A Dhtp_response_generic.c49 htp_status_t htp_parse_response_line_generic(htp_connp_t *connp) { in htp_parse_response_line_generic()
124 htp_status_t htp_parse_response_header_generic(htp_connp_t *connp, htp_header_t *h, unsigned char *… in htp_parse_response_header_generic()
246 htp_status_t htp_process_response_header_generic(htp_connp_t *connp, unsigned char *data, size_t le… in htp_process_response_header_generic()
H A Dhtp_cookies.c51 int htp_parse_single_cookie_v0(htp_connp_t *connp, unsigned char *data, size_t len) { in htp_parse_single_cookie_v0()
88 htp_status_t htp_parse_cookies_v0(htp_connp_t *connp) { in htp_parse_cookies_v0()
/dports/devel/libhtp/libhtp-0.5.33/htp/
H A Dhtp_connection_parser.c43 void htp_connp_clear_error(htp_connp_t *connp) { in htp_connp_clear_error()
78 htp_connp_t *connp = calloc(1, sizeof (htp_connp_t)); in htp_connp_create() local
102 void htp_connp_destroy(htp_connp_t *connp) { in htp_connp_destroy()
131 void htp_connp_destroy_all(htp_connp_t *connp) { in htp_connp_destroy_all()
147 htp_tx_t *htp_connp_get_in_tx(const htp_connp_t *connp) { in htp_connp_get_in_tx()
152 htp_log_t *htp_connp_get_last_error(const htp_connp_t *connp) { in htp_connp_get_last_error()
157 htp_tx_t *htp_connp_get_out_tx(const htp_connp_t *connp) { in htp_connp_get_out_tx()
162 void *htp_connp_get_user_data(const htp_connp_t *connp) { in htp_connp_get_user_data()
167 void htp_connp_in_reset(htp_connp_t *connp) { in htp_connp_in_reset()
198 htp_tx_t *htp_connp_tx_create(htp_connp_t *connp) { in htp_connp_tx_create()
[all …]
H A Dhtp_request.c191 static htp_status_t htp_connp_req_buffer(htp_connp_t *connp) { in htp_connp_req_buffer()
272 static void htp_connp_req_clear_buffer(htp_connp_t *connp) { in htp_connp_req_clear_buffer()
291 htp_status_t htp_connp_REQ_CONNECT_CHECK(htp_connp_t *connp) { in htp_connp_REQ_CONNECT_CHECK()
533 htp_status_t htp_connp_REQ_BODY_IDENTITY(htp_connp_t *connp) { in htp_connp_REQ_BODY_IDENTITY()
615 htp_status_t htp_connp_REQ_HEADERS(htp_connp_t *connp) { in htp_connp_REQ_HEADERS()
726 htp_status_t htp_connp_REQ_PROTOCOL(htp_connp_t *connp) { in htp_connp_REQ_PROTOCOL()
767 htp_status_t htp_connp_REQ_LINE_complete(htp_connp_t *connp) { in htp_connp_REQ_LINE_complete()
816 htp_status_t htp_connp_REQ_LINE(htp_connp_t *connp) { in htp_connp_REQ_LINE()
834 htp_status_t htp_connp_REQ_FINALIZE(htp_connp_t *connp) { in htp_connp_REQ_FINALIZE()
932 htp_status_t htp_connp_REQ_IDLE(htp_connp_t * connp) { in htp_connp_REQ_IDLE()
[all …]
H A Dhtp_response.c150 static htp_status_t htp_res_handle_state_change(htp_connp_t *connp) { in htp_res_handle_state_change()
195 static htp_status_t htp_connp_res_buffer(htp_connp_t *connp) { in htp_connp_res_buffer()
273 static void htp_connp_res_clear_buffer(htp_connp_t *connp) { in htp_connp_res_clear_buffer()
314 htp_status_t htp_connp_RES_BODY_CHUNKED_DATA(htp_connp_t *connp) { in htp_connp_RES_BODY_CHUNKED_DATA()
351 static inline int data_probe_chunk_length(htp_connp_t *connp) { in data_probe_chunk_length()
529 htp_status_t htp_connp_RES_BODY_DETERMINE(htp_connp_t *connp) { in htp_connp_RES_BODY_DETERMINE()
751 htp_status_t htp_connp_RES_HEADERS(htp_connp_t *connp) { in htp_connp_RES_HEADERS()
952 htp_status_t htp_connp_RES_LINE(htp_connp_t *connp) { in htp_connp_RES_LINE()
1073 size_t htp_connp_res_data_consumed(htp_connp_t *connp) { in htp_connp_res_data_consumed()
1077 htp_status_t htp_connp_RES_FINALIZE(htp_connp_t *connp) { in htp_connp_RES_FINALIZE()
[all …]
H A Dhtp_request_generic.c52 htp_status_t htp_process_request_header_generic(htp_connp_t *connp, unsigned char *data, size_t len… in htp_process_request_header_generic()
143 htp_status_t htp_parse_request_header_generic(htp_connp_t *connp, htp_header_t *h, unsigned char *d… in htp_parse_request_header_generic()
279 htp_status_t htp_parse_request_line_generic(htp_connp_t *connp) { in htp_parse_request_line_generic()
283 htp_status_t htp_parse_request_line_generic_ex(htp_connp_t *connp, int nul_terminates) { in htp_parse_request_line_generic_ex()
H A Dhtp_request_apache_2_2.c52 htp_status_t htp_process_request_header_apache_2_2(htp_connp_t *connp, unsigned char *data, size_t … in htp_process_request_header_apache_2_2()
62 htp_status_t htp_parse_request_line_apache_2_2(htp_connp_t *connp) { in htp_parse_request_line_apache_2_2()
H A Dhtp_parsers.c102 int htp_parse_authorization_digest(htp_connp_t *connp, htp_header_t *auth_header) { in htp_parse_authorization_digest()
126 int htp_parse_authorization_basic(htp_connp_t *connp, htp_header_t *auth_header) { in htp_parse_authorization_basic()
169 int htp_parse_authorization(htp_connp_t *connp) { in htp_parse_authorization()
H A Dhtp_response_generic.c49 htp_status_t htp_parse_response_line_generic(htp_connp_t *connp) { in htp_parse_response_line_generic()
124 htp_status_t htp_parse_response_header_generic(htp_connp_t *connp, htp_header_t *h, unsigned char *… in htp_parse_response_header_generic()
246 htp_status_t htp_process_response_header_generic(htp_connp_t *connp, unsigned char *data, size_t le… in htp_process_response_header_generic()
H A Dhtp_cookies.c51 int htp_parse_single_cookie_v0(htp_connp_t *connp, unsigned char *data, size_t len) { in htp_parse_single_cookie_v0()
88 htp_status_t htp_parse_cookies_v0(htp_connp_t *connp) { in htp_parse_cookies_v0()
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dsocket.c49 void socket_close( UDM_CONN *connp ){ in socket_close()
61 int socket_open( UDM_CONN *connp ) { in socket_open()
81 int socket_connect( UDM_CONN *connp){ in socket_connect()
100 int socket_select( UDM_CONN *connp, int timeout, int mode) { in socket_select()
128 int socket_read( UDM_CONN *connp, size_t maxsize){ in socket_read()
174 int socket_read_line( UDM_CONN *connp ){ in socket_read_line()
202 int socket_write(UDM_CONN *connp, const char *buf){ in socket_write()
214 int socket_accept(UDM_CONN *connp){ in socket_accept()
236 int socket_listen(UDM_CONN *connp){ in socket_listen()
255 int socket_getname(UDM_CONN *connp, struct sockaddr_in *sa_in){ in socket_getname()
[all …]
H A Dftp.c58 int Udm_ftp_get_reply(UDM_CONN *connp) in Udm_ftp_get_reply()
65 int Udm_ftp_read_line(UDM_CONN *connp) in Udm_ftp_read_line()
90 int Udm_ftp_connect(UDM_AGENT * Agent, UDM_CONN *connp, in Udm_ftp_connect()
126 int Udm_ftp_open_control_port(UDM_AGENT *Agent, UDM_CONN *connp) in Udm_ftp_open_control_port()
175 int Udm_ftp_send_cmd(UDM_CONN *connp, const char *cmd) in Udm_ftp_send_cmd()
299 int Udm_ftp_login(UDM_CONN *connp, char *user, char *passwd) in Udm_ftp_login()
347 UDM_CONN *connp= Doc->connp.connp; in ftp_parse_list() local
622 int Udm_ftp_close(UDM_CONN *connp) in Udm_ftp_close()
634 int Udm_ftp_abort(UDM_CONN *connp) in Udm_ftp_abort()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dnetserver.c142 static void Feature_init(connection_t *connp) in Feature_init()
433 connection_t *connp; in Check_connection() local
625 connection_t *connp; in Setup_connection() local
1509 int Send_self(connection_t *connp, in Send_self()
1563 int Send_leave(connection_t *connp, int id) in Send_leave()
2009 int Send_eyes(connection_t *connp, int id) in Send_eyes()
2053 int Send_end_of_frame(connection_t *connp) in Send_end_of_frame()
2243 int Send_reliable(connection_t *connp) in Send_reliable()
2756 int Get_player_id(connection_t *connp) in Get_player_id()
2910 static int Send_motd(connection_t *connp) in Send_motd()
[all …]
/dports/devel/libhtp/libhtp-0.5.33/test/
H A Dmain.c57 int callback_request_line(htp_connp_t *connp) { in callback_request_line()
61 int callback_request_headers(htp_connp_t *connp) { in callback_request_headers()
78 int callback_request_trailer(htp_connp_t *connp) { in callback_request_trailer()
82 int callback_request(htp_connp_t *connp) { in callback_request()
86 int callback_response_line(htp_connp_t *connp) { in callback_response_line()
90 int callback_response_headers(htp_connp_t *connp) { in callback_response_headers()
116 int callback_response(htp_connp_t *connp) { in callback_response()
164 htp_connp_t *connp; in run_directory() local
244 htp_connp_t *connp = htp_connp_create(cfg); in main_path_decoding_tests() local
383 htp_connp_t *connp = htp_connp_create(cfg); in main_utf8_decoder_tests() local
[all …]
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dnserver.c919 connection_t *connp = NULL; in Check_names() local
997 connection_t *connp = NULL; in check_multi_exploit() local
1565 connection_t *connp = Conn[ind]; in Destroy_connection() local
1685 connection_t *connp; in Check_connection() local
1714 connection_t *connp; in Setup_connection() local
1836 connection_t *connp = Conn[ind]; in Handle_setup() local
1999 connection_t *connp = Conn[ind]; in Handle_listening() local
2480 connection_t *connp = Conn[ind]; local
3550 connection_t *connp; local
3626 connection_t *connp; local
[all …]
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dnetserver.c539 connection_t *connp = &Conn[ind]; in Destroy_connection() local
612 connection_t *connp; in Check_connection() local
644 connection_t *connp; in Setup_connection() local
792 connection_t *connp = &Conn[ind]; in Handle_listening() local
892 connection_t *connp = &Conn[ind]; in Handle_setup() local
959 connection_t *connp = &Conn[ind]; in Handle_login() local
1215 connection_t *connp = &Conn[ind]; in Handle_input() local
1281 connection_t *connp; in Input() local
1342 connection_t *connp = &Conn[ind]; in Send_reply() local
1368 connection_t *connp = &Conn[ind]; in Send_self_items() local
[all …]
/dports/devel/libhtp/libhtp-0.5.33/examples/mod_libhtp/
H A Dmod_libhtp.c70 htp_connp_t *connp = ap_get_module_config(r->connection->conn_config, &libhtp_module); in libhtp_post_read_request() local
111 static apr_status_t connection_cleanup(htp_connp_t *connp) { in connection_cleanup()
129 htp_connp_t *connp = htp_connp_create(cfg); in libhtp_pre_connection() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/notify/
H A Dmark.c474 static int fsnotify_attach_connector_to_object(fsnotify_connp_t *connp, in fsnotify_attach_connector_to_object()
519 fsnotify_connp_t *connp) in fsnotify_grab_connector()
546 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_list()
639 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_locked()
679 int fsnotify_add_mark(struct fsnotify_mark *mark, fsnotify_connp_t *connp, in fsnotify_add_mark()
696 struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp, in fsnotify_find_mark()
765 void fsnotify_destroy_marks(fsnotify_connp_t *connp) in fsnotify_destroy_marks()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/notify/
H A Dmark.c474 static int fsnotify_attach_connector_to_object(fsnotify_connp_t *connp, in fsnotify_attach_connector_to_object()
519 fsnotify_connp_t *connp) in fsnotify_grab_connector()
546 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_list()
639 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_locked()
679 int fsnotify_add_mark(struct fsnotify_mark *mark, fsnotify_connp_t *connp, in fsnotify_add_mark()
696 struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp, in fsnotify_find_mark()
765 void fsnotify_destroy_marks(fsnotify_connp_t *connp) in fsnotify_destroy_marks()

1234567