Home
last modified time | relevance | path

Searched refs:padding_length (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_asconf.c108 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
116 padding_length = tlv_length % 4; in sctp_asconf_error_response()
117 if (padding_length != 0) { in sctp_asconf_error_response()
118 padding_length = 4 - padding_length; in sctp_asconf_error_response()
120 buf_len = param_length + padding_length; in sctp_asconf_error_response()
143 for (i = 0; i < padding_length; i++) { in sctp_asconf_error_response()
H A Dsctp_output.c8891 uint16_t padding_length; in sctp_queue_op_err() local
8910 padding_length = chunk_length % 4; in sctp_queue_op_err()
8911 if (padding_length != 0) { in sctp_queue_op_err()
8912 padding_length = 4 - padding_length; in sctp_queue_op_err()
8914 if (padding_length != 0) { in sctp_queue_op_err()
8915 if (sctp_add_pad_tombuf(last_mbuf, padding_length) == NULL) { in sctp_queue_op_err()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c119 u_char padding_length; member
1017 h->padding_length = (u_char) padding; in ngx_http_fastcgi_create_request()
1178 h->padding_length = 0; in ngx_http_fastcgi_create_request()
1260 h->padding_length = (u_char) padding; in ngx_http_fastcgi_create_request()
1310 h->padding_length = 0; in ngx_http_fastcgi_create_request()
1525 h->padding_length = (u_char) padding; in ngx_http_fastcgi_body_output_filter()
1579 h->padding_length = 0; in ngx_http_fastcgi_body_output_filter()
1823 fh->padding_length = 0; in ngx_http_fastcgi_process_header()