| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 50 void ngx_strlow(u_char *dst, u_char *src, size_t n); 68 ngx_strlchr(u_char *p, u_char *last, u_char c) in ngx_strlchr() 120 ngx_copy(u_char *dst, u_char *src, size_t len) in ngx_copy() 151 u_char *ngx_cpystrn(u_char *dst, u_char *src, size_t n); 155 u_char * ngx_cdecl ngx_slprintf(u_char *buf, u_char *last, const char *fmt, 157 u_char *ngx_vslprintf(u_char *buf, u_char *last, const char *fmt, va_list args); 161 ngx_int_t ngx_strcasecmp(u_char *s1, u_char *s2); 168 u_char *ngx_strlcasestrn(u_char *s1, u_char *last, u_char *s2, size_t n); 173 ngx_int_t ngx_dns_strcmp(u_char *s1, u_char *s2); 183 u_char *ngx_hex_dump(u_char *dst, u_char *src, size_t len); [all …]
|
| H A D | ngx_string.c | 12 static u_char *ngx_sprintf_num(u_char *buf, u_char *last, uint64_t ui64, 21 ngx_strlow(u_char *dst, u_char *src, size_t n) in ngx_strlow() 48 u_char * 49 ngx_cpystrn(u_char *dst, u_char *src, size_t n) in ngx_cpystrn() 72 u_char * 162 u_char * 494 ngx_sprintf_num(u_char *buf, u_char *last, uint64_t ui64, u_char zero, in ngx_sprintf_num() 587 ngx_strcasecmp(u_char *s1, u_char *s2) in ngx_strcasecmp() 641 u_char * 737 ngx_strlcasestrn(u_char *s1, u_char *last, u_char *s2, size_t n) in ngx_strlcasestrn() [all …]
|
| H A D | ngx_crypt.c | 16 static ngx_int_t ngx_crypt_apr1(ngx_pool_t *pool, u_char *key, u_char *salt, 17 u_char **encrypted); 18 static ngx_int_t ngx_crypt_plain(ngx_pool_t *pool, u_char *key, u_char *salt, 26 static u_char *ngx_crypt_to64(u_char *p, uint32_t v, size_t n); 30 ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt() 52 ngx_crypt_apr1(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_apr1() 152 static u_char * 168 ngx_crypt_plain(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_plain() 171 u_char *p; in ngx_crypt_plain() 188 ngx_crypt_ssha(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_ssha() [all …]
|
| H A D | ngx_proxy_protocol.c | 23 u_char len[2]; 43 static u_char *ngx_proxy_protocol_v2_read(ngx_connection_t *c, u_char *buf, 44 u_char *last); 47 u_char * 48 ngx_proxy_protocol_read(ngx_connection_t *c, u_char *buf, u_char *last) in ngx_proxy_protocol_read() 51 u_char ch, *p, *addr, *port; in ngx_proxy_protocol_read() 171 u_char * 172 ngx_proxy_protocol_write(ngx_connection_t *c, u_char *buf, u_char *last) in ngx_proxy_protocol_write() 215 static u_char * 216 ngx_proxy_protocol_v2_read(ngx_connection_t *c, u_char *buf, u_char *last) in ngx_proxy_protocol_v2_read() [all …]
|
| H A D | ngx_md5.c | 14 static const u_char *ngx_md5_body(ngx_md5_t *ctx, const u_char *data, 47 data = (u_char *) data + free; in ngx_md5_update() 93 result[0] = (u_char) ctx->a; in ngx_md5_final() 94 result[1] = (u_char) (ctx->a >> 8); in ngx_md5_final() 97 result[4] = (u_char) ctx->b; in ngx_md5_final() 98 result[5] = (u_char) (ctx->b >> 8); in ngx_md5_final() 101 result[8] = (u_char) ctx->c; in ngx_md5_final() 102 result[9] = (u_char) (ctx->c >> 8); in ngx_md5_final() 105 result[12] = (u_char) ctx->d; in ngx_md5_final() 169 static const u_char * [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | cdio.h | 42 u_char addr[4]; 55 u_char track; 118 u_char end_track; 138 u_char track; 161 u_char track; 206 u_char start_m; 207 u_char start_s; 208 u_char start_f; 209 u_char end_m; 210 u_char end_s; [all …]
|
| H A D | fdcio.h | 57 u_char nsecs; /* must be <= FD_MAX_NSEC */ 58 u_char gaplen; /* GAP 3 length; usually 84 */ 59 u_char fillbyte; /* usually 0xf6 */ 66 u_char cylno; /* 0 thru 79 (or 39) */ 67 u_char headno; /* 0, or 1 */ 68 u_char secno; /* starting at 1! */ 69 u_char secsize; /* usually 2 */ 113 u_char cyl; /* C - 0...79 */ 114 u_char head; /* H - 0...1 */ 115 u_char sec; /* R - 1...n */ [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | if_ether.h | 54 (enaddr)[4] = ((const u_char *)ipaddr)[2]; \ 55 (enaddr)[5] = ((const u_char *)ipaddr)[3]; \ 68 (enaddr)[2] = ((const u_char *)ip6addr)[12]; \ 69 (enaddr)[3] = ((const u_char *)ip6addr)[13]; \ 70 (enaddr)[4] = ((const u_char *)ip6addr)[14]; \ 71 (enaddr)[5] = ((const u_char *)ip6addr)[15]; \ 84 u_char arp_spa[4]; /* sender protocol address */ 86 u_char arp_tpa[4]; /* target protocol address */ 96 u_char sin_len; 97 u_char sin_family; [all …]
|
| H A D | igmp.h | 57 u_char igmp_type; /* version & type of IGMP message */ 58 u_char igmp_code; /* subtype for routing msgs */ 67 u_char igmp_type; /* version & type of IGMP message */ 68 u_char igmp_code; /* subtype for routing msgs */ 72 u_char igmp_misc; /* reserved/suppress/robustness */ 73 u_char igmp_qqi; /* querier's query interval */ 85 u_char ig_type; /* record type */ 86 u_char ig_datalen; /* length of auxiliary data */ 97 u_char ir_type; /* IGMP_v3_HOST_MEMBERSHIP_REPORT */ 98 u_char ir_rsv1; /* must be zero */
|
| H A D | ip.h | 53 u_char ip_hl:4, /* header length */ 57 u_char ip_v:4, /* version */ 60 u_char ip_tos; /* type of service */ 68 u_char ip_ttl; /* time to live */ 69 u_char ip_p; /* protocol */ 174 u_char ipt_code; /* IPOPT_TS */ 176 u_char ipt_ptr; /* index of current entry */ 178 u_char ipt_flg:4, /* flags, see below */ 182 u_char ipt_oflw:4, /* overflow counter */ 225 u_char ippseudo_pad; /* pad, must be zero */ [all …]
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | if_ether.h | 54 (enaddr)[4] = ((const u_char *)ipaddr)[2]; \ 55 (enaddr)[5] = ((const u_char *)ipaddr)[3]; \ 68 (enaddr)[2] = ((const u_char *)ip6addr)[12]; \ 69 (enaddr)[3] = ((const u_char *)ip6addr)[13]; \ 70 (enaddr)[4] = ((const u_char *)ip6addr)[14]; \ 71 (enaddr)[5] = ((const u_char *)ip6addr)[15]; \ 84 u_char arp_spa[4]; /* sender protocol address */ 86 u_char arp_tpa[4]; /* target protocol address */ 96 u_char sin_len; 97 u_char sin_family; [all …]
|
| H A D | igmp.h | 57 u_char igmp_type; /* version & type of IGMP message */ 58 u_char igmp_code; /* subtype for routing msgs */ 67 u_char igmp_type; /* version & type of IGMP message */ 68 u_char igmp_code; /* subtype for routing msgs */ 72 u_char igmp_misc; /* reserved/suppress/robustness */ 73 u_char igmp_qqi; /* querier's query interval */ 85 u_char ig_type; /* record type */ 86 u_char ig_datalen; /* length of auxiliary data */ 97 u_char ir_type; /* IGMP_v3_HOST_MEMBERSHIP_REPORT */ 98 u_char ir_rsv1; /* must be zero */
|
| H A D | ip.h | 53 u_char ip_hl:4, /* header length */ 57 u_char ip_v:4, /* version */ 60 u_char ip_tos; /* type of service */ 68 u_char ip_ttl; /* time to live */ 69 u_char ip_p; /* protocol */ 174 u_char ipt_code; /* IPOPT_TS */ 176 u_char ipt_ptr; /* index of current entry */ 178 u_char ipt_flg:4, /* flags, see below */ 182 u_char ipt_oflw:4, /* overflow counter */ 225 u_char ippseudo_pad; /* pad, must be zero */ [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_huff_decode.c | 14 u_char next; 15 u_char emit; 16 u_char sym; 17 u_char ending; 21 static ngx_inline ngx_int_t ngx_http_v2_huff_decode_bits(u_char *state, 22 u_char *ending, ngx_uint_t bits, u_char **dst); 2643 ngx_http_v2_huff_decode(u_char *state, u_char *src, size_t len, u_char **dst, in ngx_http_v2_huff_decode() 2646 u_char *end, ch, ending; in ngx_http_v2_huff_decode() 2695 ngx_http_v2_huff_decode_bits(u_char *state, u_char *ending, ngx_uint_t bits, in ngx_http_v2_huff_decode_bits() 2696 u_char **dst) in ngx_http_v2_huff_decode_bits()
|
| H A D | ngx_http_v2_huff_encode.c | 168 ((dst)[0] = (u_char) ((buf) >> 56), \ 169 (dst)[1] = (u_char) ((buf) >> 48), \ 170 (dst)[2] = (u_char) ((buf) >> 40), \ 171 (dst)[3] = (u_char) ((buf) >> 32), \ 172 (dst)[4] = (u_char) ((buf) >> 24), \ 173 (dst)[5] = (u_char) ((buf) >> 16), \ 174 (dst)[6] = (u_char) ((buf) >> 8), \ 175 (dst)[7] = (u_char) (buf)) 192 ngx_http_v2_huff_encode(u_char *src, size_t len, u_char *dst, ngx_uint_t lower) in ngx_http_v2_huff_encode() 194 u_char *end; in ngx_http_v2_huff_encode() [all …]
|
| H A D | ngx_http_v2_encode.c | 13 static u_char *ngx_http_v2_write_int(u_char *pos, ngx_uint_t prefix, 17 u_char * 18 ngx_http_v2_string_encode(u_char *dst, u_char *src, size_t len, u_char *tmp, in ngx_http_v2_string_encode() 43 static u_char * 44 ngx_http_v2_write_int(u_char *pos, ngx_uint_t prefix, ngx_uint_t value) in ngx_http_v2_write_int() 59 *pos++ = (u_char) value; in ngx_http_v2_write_int()
|
| H A D | ngx_http_v2.h | 64 u_char *pos, u_char *end); 88 u_char field_state; 89 u_char *field_start; 90 u_char *field_end; 113 u_char *storage; 114 u_char *pos; 310 ngx_int_t ngx_http_v2_huff_decode(u_char *state, u_char *src, size_t len, 311 u_char **dst, ngx_uint_t last, ngx_log_t *log); 312 size_t ngx_http_v2_huff_encode(u_char *src, size_t len, u_char *dst, 414 u_char *ngx_http_v2_string_encode(u_char *dst, u_char *src, size_t len, [all …]
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ppp.h | 124 u_char enableLink; /* enable this link */ 146 u_char enableMultilink; /* enable multilink */ 147 u_char recvShortSeq; /* recv multilink short seq # */ 148 u_char xmitShortSeq; /* xmit multilink short seq # */ 149 u_char enableRoundRobin; /* xmit whole packets */ 150 u_char enableIP; /* enable IP data flow */ 151 u_char enableIPv6; /* enable IPv6 data flow */ 152 u_char enableAtalk; /* enable AppleTalk data flow */ 153 u_char enableIPX; /* enable IPX data flow */ 156 u_char enableEncryption; /* enable PPP encryption */ [all …]
|
| H A D | ng_parse.c | 111 int index, const u_char *start, u_char *buf, 114 const u_char *start, const u_char *buf, 199 const u_char *const start, u_char *buf, int *buflen) in ng_struct_getDefault() 255 const u_char *const start, u_char *buf, int *buflen) in ng_fixedarray_getDefault() 302 const u_char *const start, u_char *buf, int *buflen) in ng_array_getDefault() 385 const u_char *const start, u_char *buf, int *buflen) in ng_int8_getDefault() 980 ((u_char *)&ip)[0], ((u_char *)&ip)[1], in ng_ipaddr_unparse() 981 ((u_char *)&ip)[2], ((u_char *)&ip)[3])) != 0) in ng_ipaddr_unparse() 1073 const u_char *start, const u_char *buf) in ng_parse_bytearray_subtype_getLength() 1168 const u_char *start, const u_char *buf) in ng_parse_ng_mesg_getLength() [all …]
|
| H A D | ng_parse.h | 226 int *off, const u_char *start, 227 u_char *buf, int *buflen); 241 const u_char *data, int *off, char *buf, int buflen); 255 const u_char *start, u_char *buf, int *buflen); 333 int index, const u_char *start, 334 u_char *buf, int *buflen); 360 const u_char *start, const u_char *buf); 495 int *off, u_char *buf, int *buflen); 501 const u_char *data, char *buf, int buflen); 507 u_char *buf, int *buflen);
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_ppp.h | 124 u_char enableLink; /* enable this link */ 146 u_char enableMultilink; /* enable multilink */ 147 u_char recvShortSeq; /* recv multilink short seq # */ 148 u_char xmitShortSeq; /* xmit multilink short seq # */ 149 u_char enableRoundRobin; /* xmit whole packets */ 150 u_char enableIP; /* enable IP data flow */ 151 u_char enableIPv6; /* enable IPv6 data flow */ 152 u_char enableAtalk; /* enable AppleTalk data flow */ 153 u_char enableIPX; /* enable IPX data flow */ 156 u_char enableEncryption; /* enable PPP encryption */ [all …]
|
| H A D | ng_parse.h | 227 int *off, const u_char *start, 228 u_char *buf, int *buflen); 242 const u_char *data, int *off, char *buf, int buflen); 256 const u_char *start, u_char *buf, int *buflen); 334 int index, const u_char *start, 335 u_char *buf, int *buflen); 361 const u_char *start, const u_char *buf); 496 int *off, u_char *buf, int *buflen); 502 const u_char *data, char *buf, int buflen); 508 u_char *buf, int *buflen);
|
| /f-stack/freebsd/security/audit/ |
| H A D | bsm_token.c | 78 u_char *dptr; in au_to_upriv() 82 GET_TOKEN_AREA(t, dptr, sizeof(u_char) + sizeof(u_char) + in au_to_upriv() 103 u_char *dptr; in au_to_privset() 130 u_char *dptr = NULL; in au_to_arg32() 152 u_char *dptr = NULL; in au_to_arg64() 191 u_char *dptr = NULL; in au_to_attr32() 238 u_char *dptr = NULL; in au_to_attr64() 300 u_char *dptr = NULL; in au_to_data() 840 u_char *dptr; in au_to_rights() 977 u_char *dptr; in kau_to_socket() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_mp4_module.c | 196 ((u_char *) (p))[0] = (u_char) ((n) >> 24); \ 197 ((u_char *) (p))[1] = (u_char) ((n) >> 16); \ 199 ((u_char *) (p))[3] = (u_char) (n) 219 ((u_char *) (p))[7] = (u_char) (n) 897 u_char size[4]; 898 u_char name[4]; 902 u_char size[4]; 903 u_char name[4]; 1273 u_char size[4]; 1274 u_char name[4]; [all …]
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_nbt.c | 256 static u_char * 260 u_char *s; in AliasHandleName() 261 u_char c; in AliasHandleName() 421 static u_char * 479 static u_char * 552 static u_char * 613 static u_char * 648 static u_char * 681 static u_char * 789 u_char *p; in AliasHandleUdpNbtNS() [all …]
|