/freebsd/contrib/tcpdump/ |
H A D | netdissect.h | 174 #define IF_PRINTER_ARGS (netdissect_options *, const struct pcap_pkthdr *, const u_char *) 198 u_char *ndspi_buffer; /* pointer to allocated buffer data */ 199 const u_char *ndspi_packetp; /* saved beginning of data */ 200 const u_char *ndspi_snapend; /* saved end of data */ 245 const u_char *ndo_packetp; 246 const u_char *ndo_snapend; 256 const u_char *bp, u_int length); 273 extern WARN_UNUSED_RESULT int nd_push_buffer(netdissect_options *, u_char *, const u_char *, const … 274 extern WARN_UNUSED_RESULT int nd_push_snaplen(netdissect_options *, const u_char *, const u_int); 275 extern void nd_change_snaplen(netdissect_options *, const u_char *, const u_int); [all …]
|
H A D | print-isakmp.c | 560 #define DECLARE_PRINTER(func) static const u_char *ike##func##_print( \ 561 netdissect_options *ndo, u_char tpay, \ 564 const u_char *end_pointer, \ 597 static const u_char *ikev2_e_print(netdissect_options *ndo, 599 u_char tpay, 602 const u_char *end_pointer, 608 static const u_char *ike_sub0_print(netdissect_options *ndo,u_char, const struct isakmp_gen *, 609 const u_char *, uint32_t, uint32_t, uint32_t, int); 610 static const u_char *ikev1_sub_print(netdissect_options *ndo,u_char, const struct isakmp_gen *, 611 const u_char *, uint32_t, uint32_t, uint32_t, int); [all …]
|
H A D | extract.h | 582 get_u_1(netdissect_options *ndo, const u_char *p) in get_u_1() 590 get_s_1(netdissect_options *ndo, const u_char *p) in get_s_1() 600 get_be_u_2(netdissect_options *ndo, const u_char *p) in get_be_u_2() 608 get_be_u_3(netdissect_options *ndo, const u_char *p) in get_be_u_3() 616 get_be_u_4(netdissect_options *ndo, const u_char *p) in get_be_u_4() 624 get_be_u_5(netdissect_options *ndo, const u_char *p) in get_be_u_5() 632 get_be_u_6(netdissect_options *ndo, const u_char *p) in get_be_u_6() 640 get_be_u_7(netdissect_options *ndo, const u_char *p) in get_be_u_7() 648 get_be_u_8(netdissect_options *ndo, const u_char *p) in get_be_u_8() 658 get_be_s_2(netdissect_options *ndo, const u_char *p) in get_be_s_2() [all …]
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.h | 65 u_char boot_record_indicator [ISODCL(0x00,0x00)]; 66 u_char identifier [ISODCL(0x01,0x05)]; 67 u_char version [ISODCL(0x06,0x06)]; 68 u_char boot_system_identifier [ISODCL(0x07,0x26)]; 69 u_char unused1 [ISODCL(0x27,0x46)]; 70 u_char boot_catalog_pointer [ISODCL(0x47,0x4A)]; 71 u_char unused2 [ISODCL(0x4B,0x7FF)]; 75 u_char header_id [ISODCL(0x00,0x00)]; 76 u_char platform_id [ISODCL(0x01,0x01)]; 77 u_char reserved1 [ISODCL(0x02,0x03)]; [all …]
|
H A D | iso9660_rrip.h | 102 u_char mode [ISODCL(5,12)]; 103 u_char links [ISODCL(13,20)]; 104 u_char uid [ISODCL(21,28)]; 105 u_char gid [ISODCL(29,36)]; 106 u_char serial [ISODCL(37,44)]; 111 u_char high [ISODCL(5,12)]; 112 u_char low [ISODCL(13,20)]; 117 u_char flags [ISODCL ( 4, 4)]; 118 u_char component [ISODCL ( 4, 256)]; 124 u_char flags [ISODCL ( 4, 4)]; [all …]
|
/freebsd/include/ |
H A D | resolv.h | 113 const u_char **, int *, 114 u_char *, int, int *); 117 const u_char *, int, u_char *, 191 u_char *_rnd; /*%< PRIVATE: random state */ 302 void fp_nquery(const u_char *, int, FILE *); 303 void fp_query(const u_char *, FILE *); 305 void p_query(const u_char *); 309 int res_mkquery(int, const char *, int, int, const u_char *, 310 int, const u_char *, u_char *, int); 311 int res_opt(int, u_char *, int, int); [all …]
|
/freebsd/tools/tools/ncpus/ |
H A D | acpidump.h | 33 u_char signature[8]; 34 u_char sum; 35 u_char oem[6]; 36 u_char revision; 40 u_char xsum; 41 u_char _reserved_[3]; 46 u_char signature[4]; 48 u_char rev; 49 u_char check; 50 u_char oemid[6]; [all …]
|
/freebsd/include/arpa/ |
H A D | nameser.h | 113 typedef u_char ns_nname[NS_MAXNNAME]; 114 typedef const u_char *ns_nname_ct; 115 typedef u_char *ns_nname_t; 127 const u_char *_msg, *_eom; 129 const u_char *_sections[ns_s_max]; 132 const u_char *_msg_ptr; 156 const u_char * rdata; 169 const u_char * rdata; 475 register const u_char *t_cp = (const u_char *)(cp); \ 483 register const u_char *t_cp = (const u_char *)(cp); \ [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap.c | 354 u_char *user _U_) in pcap_read_not_initialized() 586 pcapint_oneshot(u_char *user, const struct pcap_pkthdr *h, const u_char *pkt) in pcapint_oneshot() 594 const u_char * 598 const u_char *pkt; in pcap_next() 603 if (pcap_dispatch(p, 1, p->oneshot_callback, (u_char *)&s) <= 0) in pcap_next() 610 const u_char **pkt_data) in pcap_next_ex() 626 (u_char *)&s); in pcap_next_ex() 659 return (p->read_op(p, 1, p->oneshot_callback, (u_char *)&s)); in pcap_next_ex() 2952 pcap_dispatch(pcap_t *p, int cnt, pcap_handler callback, u_char *user) 2958 pcap_loop(pcap_t *p, int cnt, pcap_handler callback, u_char *user) [all …]
|
/freebsd/sys/sys/ |
H A D | cdio.h | 40 u_char addr[4]; 53 u_char track; 60 u_char audio_status; 67 u_char data_len[2]; 71 u_char data_format; 74 u_char track_number; 75 u_char index_number; 81 u_char data_format; 87 u_char mc_number[15]; 91 u_char data_format; [all …]
|
/freebsd/stand/libsa/ |
H A D | dosfs.h | 60 u_char x_case; /* case */ 61 u_char c_hsec; /* created: secs/100 */ 62 u_char c_time[2]; /* created: time */ 63 u_char c_date[2]; /* created: date */ 64 u_char a_date[2]; /* accessed: date */ 65 u_char h_clus[2]; /* clus[hi] */ 69 u_char name[8]; /* name */ 70 u_char ext[3]; /* extension */ 71 u_char attr; /* attributes */ 73 u_char time[2]; /* modified: time */ [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 135 u_char rm_vn_mode; /* response, more, version, mode */ 136 u_char auth_seq; /* key, sequence number */ 137 u_char implementation; /* implementation number */ 138 u_char request; /* request number */ 179 u_char rm_vn_mode; /* response, more, version, mode */ 180 u_char auth_seq; /* key, sequence number */ 181 u_char implementation; /* implementation number */ 182 u_char request; /* request number */ 214 #define INFO_VERSION(rm_vn_mode) ((u_char)(((rm_vn_mode)>>3)&0x7)) 218 ((u_char)(((resp)?RESP_BIT:0)\ [all …]
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_reg.h | 42 u_char reserved[16]; 43 u_char ident[3]; /* "QRY" */ 44 u_char pri_vend[2]; 45 u_char pri_vend_eqt[2]; 46 u_char alt_vend[2]; 47 u_char alt_vend_eqt[2]; 49 u_char min_vcc; 50 u_char max_vcc; 51 u_char min_vpp; 52 u_char max_vpp; [all …]
|
/freebsd/crypto/openssh/ |
H A D | sshbuf.h | 102 const u_char *sshbuf_ptr(const struct sshbuf *buf); 108 u_char *sshbuf_mutable_ptr(const struct sshbuf *buf); 131 int sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp); 159 int sshbuf_get_u8(struct sshbuf *buf, u_char *valp); 163 int sshbuf_put_u8(struct sshbuf *buf, u_char val); 173 u_char *valp); 182 int sshbuf_poke_u8(struct sshbuf *buf, size_t offset, u_char val); 190 int sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp); 202 int sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, 209 int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, [all …]
|
H A D | umac.h | 55 struct umac_ctx *umac_new(const u_char key[]); 65 int umac_update(struct umac_ctx *ctx, const u_char *input, long len); 68 int umac_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8]); 77 int umac(struct umac_ctx *ctx, u_char *input, 78 long len, u_char tag[], 79 u_char nonce[8]); 91 uhash_ctx_t uhash_alloc(u_char key[16]); 106 u_char *input, 110 u_char output[]); 113 u_char *input, [all …]
|
/freebsd/sys/dev/hpt27xx/ |
H A D | os_bsd.h | 83 u_char DeviceType : 5; 84 u_char DeviceTypeQualifier : 3; 85 u_char DeviceTypeModifier : 7; 86 u_char RemovableMedia : 1; 87 u_char Versions; 88 u_char ResponseDataFormat; 89 u_char AdditionalLength; 90 u_char Reserved[2]; 91 u_char SoftReset : 1; 92 u_char CommandQueue : 1; [all …]
|
/freebsd/sys/dev/hptnr/ |
H A D | os_bsd.h | 85 u_char DeviceType : 5; 86 u_char DeviceTypeQualifier : 3; 87 u_char DeviceTypeModifier : 7; 88 u_char RemovableMedia : 1; 89 u_char Versions; 90 u_char ResponseDataFormat; 91 u_char AdditionalLength; 92 u_char Reserved[2]; 93 u_char SoftReset : 1; 94 u_char CommandQueue : 1; [all …]
|
/freebsd/sys/dev/hptrr/ |
H A D | os_bsd.h | 86 u_char DeviceType : 5; 87 u_char DeviceTypeQualifier : 3; 88 u_char DeviceTypeModifier : 7; 89 u_char RemovableMedia : 1; 90 u_char Versions; 91 u_char ResponseDataFormat; 92 u_char AdditionalLength; 93 u_char Reserved[2]; 94 u_char SoftReset : 1; 95 u_char CommandQueue : 1; [all …]
|
/freebsd/sys/netinet/ |
H A D | if_ether.h | 50 (enaddr)[3] = ((const u_char *)ipaddr)[1] & 0x7f; \ 51 (enaddr)[4] = ((const u_char *)ipaddr)[2]; \ 52 (enaddr)[5] = ((const u_char *)ipaddr)[3]; \ 65 (enaddr)[2] = ((const u_char *)ip6addr)[12]; \ 66 (enaddr)[3] = ((const u_char *)ip6addr)[13]; \ 67 (enaddr)[4] = ((const u_char *)ip6addr)[14]; \ 68 (enaddr)[5] = ((const u_char *)ip6addr)[15]; \ 80 u_char arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */ 81 u_char arp_spa[4]; /* sender protocol address */ 82 u_char arp_tha[ETHER_ADDR_LEN]; /* target hardware address */ [all …]
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | cfx.h | 43 u_char TOK_ID[2]; /* 04 04 */ 44 u_char Flags; 45 u_char Filler[5]; 46 u_char SND_SEQ[8]; 50 u_char TOK_ID[2]; /* 04 05 */ 51 u_char Flags; 52 u_char Filler; 53 u_char EC[2]; 54 u_char RRC[2]; 55 u_char SND_SEQ[8]; [all …]
|
/freebsd/lib/libc/nameser/ |
H A D | ns_name.c | 72 static int dn_find(const u_char *, const u_char *, 73 const u_char * const *, 74 const u_char * const *); 78 static int labellen(const u_char *); 95 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) in ns_name_ntop() 97 const u_char *cp; in ns_name_ntop() 99 u_char c; in ns_name_ntop() 199 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) { in ns_name_pton() 216 ns_name_pton2(const char *src, u_char *dst, size_t dstsiz, size_t *dstlen) { in ns_name_pton2() 217 u_char *label, *bp, *eom; in ns_name_pton2() [all …]
|
/freebsd/usr.sbin/makefs/ |
H A D | cd9660.h | 111 u_char length [ISODCL (1, 1)]; /* 711 */ 112 u_char ext_attr_length [ISODCL (2, 2)]; /* 711 */ 113 u_char extent [ISODCL (3, 10)]; /* 733 */ 114 u_char size [ISODCL (11, 18)]; /* 733 */ 115 u_char date [ISODCL (19, 25)]; /* 7 by 711 */ 116 u_char flags [ISODCL (26, 26)]; 117 u_char file_unit_size [ISODCL (27, 27)]; /* 711 */ 118 u_char interleave [ISODCL (28, 28)]; /* 711 */ 119 u_char volume_sequence_number [ISODCL (29, 32)]; /* 723 */ 120 u_char name_len [ISODCL (33, 33)]; /* 711 */ [all …]
|
/freebsd/lib/libc/stdlib/ |
H A D | radixsort.c | 54 const u_char **sa; 59 (const u_char **, int, int, const u_char *, u_int); 60 static void r_sort_a(const u_char **, int, int, const u_char *, u_int); 61 static void r_sort_b(const u_char **, const u_char **, int, int, 62 const u_char *, u_int); 87 radixsort(const u_char **a, int n, const u_char *tab, u_int endch) in radixsort() 89 const u_char *tr; in radixsort() 91 u_char tr0[256]; in radixsort() 99 sradixsort(const u_char **a, int n, const u_char *tab, u_int endch) in sradixsort() 101 const u_char *tr, **ta; in sradixsort() [all …]
|
/freebsd/sys/security/audit/ |
H A D | bsm_token.c | 75 u_char *dptr; in au_to_upriv() 79 GET_TOKEN_AREA(t, dptr, sizeof(u_char) + sizeof(u_char) + in au_to_upriv() 100 u_char *dptr; in au_to_privset() 105 GET_TOKEN_AREA(t, dptr, sizeof(u_char) + sizeof(u_int16_t) + in au_to_privset() 127 u_char *dptr = NULL; in au_to_arg32() 133 GET_TOKEN_AREA(t, dptr, 2 * sizeof(u_char) + sizeof(u_int32_t) + in au_to_arg32() 149 u_char *dptr = NULL; in au_to_arg64() 155 GET_TOKEN_AREA(t, dptr, 2 * sizeof(u_char) + sizeof(u_int64_t) + in au_to_arg64() 188 u_char *dptr = NULL; in au_to_attr32() 192 GET_TOKEN_AREA(t, dptr, sizeof(u_char) + 2 * sizeof(u_int16_t) + in au_to_attr32() [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_ppp.h | 122 u_char enableLink; /* enable this link */ 123 u_char enableProtoComp;/* enable protocol field compression */ 124 u_char enableACFComp; /* enable addr/ctrl field compression */ 144 u_char enableMultilink; /* enable multilink */ 145 u_char recvShortSeq; /* recv multilink short seq # */ 146 u_char xmitShortSeq; /* xmit multilink short seq # */ 147 u_char enableRoundRobin; /* xmit whole packets */ 148 u_char enableIP; /* enable IP data flow */ 149 u_char enableIPv6; /* enable IPv6 data flow */ 150 u_char enableAtalk; /* enable AppleTalk data flow */ [all …]
|