Searched refs:u_char (Results 1 - 25 of 213) sorted by relevance

123456789

/illumos-gate/usr/src/lib/libresolv/
H A Dcrossl.h27 extern int dn_comp(u_char *, u_char *, int, u_char **, u_char **);
28 extern int dn_expand(u_char *, u_char *, u_char *, u_char *, int);
29 extern int dn_skipname(u_char *, u_char *);
[all...]
H A Dres_comp.c46 static int dn_find(u_char *exp_dn, u_char *msg, u_char **dnptrs,
47 u_char **lastdnptr);
59 u_char *msg, *eomorig, *comp_dn, *exp_dn;
62 register u_char *cp, *dn;
64 u_char *eom;
139 u_char *exp_dn, *comp_dn;
141 u_char **dnptrs, **lastdnptr;
143 register u_char *c
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/
H A Dllib-lresolv23 void fp_query(const u_char *, FILE *);
26 void p_query(const u_char *);
30 uint32_t _getlong(const u_char *);
31 uint16_t _getshort(const u_char *);
34 int res_mkquery(int, const char *, int, int, const u_char *,
35 int, const u_char *, u_char *, int);
36 int res_query(const char *, int, int, u_char *, int);
38 u_char *, int);
39 int res_search(const char *, int, int, u_char *, in
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.h62 u_char x_case; /* case */
63 u_char c_hsec; /* created: secs/100 */
64 u_char c_time[2]; /* created: time */
65 u_char c_date[2]; /* created: date */
66 u_char a_date[2]; /* accessed: date */
67 u_char h_clus[2]; /* clus[hi] */
71 u_char name[8]; /* name */
72 u_char ext[3]; /* extension */
73 u_char attr; /* attributes */
75 u_char tim
[all...]
H A Dstrcasecmp.c45 const u_char
46 *us1 = (const u_char *)s1,
47 *us2 = (const u_char *)s2;
61 const u_char
62 *us1 = (const u_char *)s1,
63 *us2 = (const u_char *)s2;
H A Diodesc.h48 u_char myea[6]; /* my ethernet address */
/illumos-gate/usr/src/boot/include/netinet/
H A Dif_ether.h46 /* u_char enaddr[ETHER_ADDR_LEN]; */ \
51 (enaddr)[3] = ((const u_char *)ipaddr)[1] & 0x7f; \
52 (enaddr)[4] = ((const u_char *)ipaddr)[2]; \
53 (enaddr)[5] = ((const u_char *)ipaddr)[3]; \
62 /* u_char enaddr[ETHER_ADDR_LEN]; */ \
66 (enaddr)[2] = ((const u_char *)ip6addr)[12]; \
67 (enaddr)[3] = ((const u_char *)ip6addr)[13]; \
68 (enaddr)[4] = ((const u_char *)ip6addr)[14]; \
69 (enaddr)[5] = ((const u_char *)ip6addr)[15]; \
81 u_char arp_sh
[all...]
H A Dip.h51 u_char ip_hl:4, /* header length */
55 u_char ip_v:4, /* version */
58 u_char ip_tos; /* type of service */
66 u_char ip_ttl; /* time to live */
67 u_char ip_p; /* protocol */
167 u_char ipt_code; /* IPOPT_TS */
168 u_char ipt_len; /* size of structure (variable) */
169 u_char ipt_ptr; /* index of current entry */
171 u_char ipt_flg:4, /* flags, see below */
175 u_char ipt_ofl
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.h35 void ChapMS __P((chap_state *, u_char *, int, char *, int));
36 void ChapMSv2 __P((chap_state *, u_char *, int, char *, int));
37 int ChapMSValidate __P((chap_state *cstate, u_char *response, int response_len,
40 u_char *response, int response_len, char *secret, int secret_len));
H A Dchap.h79 u_char challenge[MAX_CHALLENGE_LENGTH]; /* last challenge string sent */
80 u_char chal_len; /* challenge length */
81 u_char chal_id; /* ID of last challenge */
82 u_char chal_type; /* hash algorithm for challenges */
83 u_char id; /* Current id */
90 u_char response[MAX_RESPONSE_LENGTH]; /* Response to send */
91 u_char resp_length; /* length of response */
92 u_char resp_id; /* ID for response messages */
93 u_char resp_type; /* hash algorithm for responses */
94 u_char stat_lengt
[all...]
H A Dchap_ms.c77 u_char LANManResp[24];
78 u_char NTResp[24];
79 u_char UseNT; /* If 1, ignore the LANMan response field */
85 u_char PeerChallenge[16];
86 u_char MustBeZero[8];
87 u_char NTResp[24];
88 u_char Flags; /* Should be zero (Win98 sends 04) */
93 static void ChallengeResponse __P((u_char *, u_char *, u_char *));
[all...]
H A Dfsm.h71 u_char id; /* Current id */
72 u_char reqid; /* Current request id */
73 u_char seen_ack; /* Have received valid Ack/Nak/Rej to Req */
109 __P((fsm *, u_char *, int *));
111 __P((fsm *, u_char *, int));
113 __P((fsm *, u_char *, int));
115 __P((fsm *, u_char *, int));
117 __P((fsm *, u_char *, int *, int));
129 __P((fsm *, int, int, u_char *, int));
132 __P((fsm *p, int code, int id, u_char *in
[all...]
H A Dcbcp.h18 u_char us_id; /* Current id */
19 u_char us_allowed;
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_netint.c33 ns_get16(const u_char *src) {
41 ns_get32(const u_char *src) {
49 ns_put16(u_int src, u_char *dst) {
54 ns_put32(u_long src, u_char *dst) {
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Ddes.h47 u_char des_key[8]; /* key (with low bit parity) */
50 u_char des_ivec[8]; /* input vector */
53 u_char UDES_data[DES_QUICKLEN];
54 u_char *UDES_buf;
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrcasecmp.c58 static const u_char charmap[] = {
95 const u_char *cm = charmap,
96 *us1 = (const u_char *)s1,
97 *us2 = (const u_char *)s2;
108 const u_char *cm = charmap,
109 *us1 = (const u_char *)s1,
110 *us2 = (const u_char *)s2;
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h153 u_char qr:1; /* response flag */
154 u_char opcode:4; /* purpose of message */
155 u_char aa:1; /* authoritive answer */
156 u_char tc:1; /* truncated message */
157 u_char rd:1; /* recursion desired */
159 u_char ra:1; /* recursion available */
160 u_char pr:1; /* primary server required (non standard) */
161 u_char unused:2; /* unused bits */
162 u_char rcode:4; /* response code */
167 u_char r
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dtcpflags.c23 extern u_char flags[];
26 u_char tcpflags(flgs)
29 u_char tcpf = 0;
H A Dbinprint.c16 u_char *s;
19 for (i = size, j = 0, s = (u_char *)ptr; i; i--, s++) {
H A Dprintsbuf.c16 u_char *s;
19 for (s = (u_char *)buf, i = ISC_TLEN; i; i--, s++) {
H A Dflags.c22 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG,
H A Dipoptsec.c25 u_char seclevel(slevel)
38 return (u_char)so->on_value;
42 u_char secbit(class)
55 return (u_char)so->on_bit;
/illumos-gate/usr/src/lib/libbc/inc/include/sun/
H A Ddklabel.h77 u_char fkl_type;
78 u_char fkl_magich;
79 u_char fkl_magicl;
80 u_char filler;
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_getchar.c32 u_char
40 return ((u_char)c);
/illumos-gate/usr/src/boot/include/isofs/cd9660/
H A Dcd9660_rrip.h40 u_char length [ISODCL ( 2, 2)]; /* 711 */
41 u_char version [ISODCL ( 3, 3)];
66 u_char cflag [ISODCL ( 1, 1)];
67 u_char clen [ISODCL ( 2, 2)];
68 u_char name [1]; /* XXX */
74 u_char flags [ISODCL ( 4, 4)];
75 u_char component [ISODCL ( 5, 5)];
109 u_char flags [ISODCL ( 4, 4)];
110 u_char time [ISODCL ( 5, 5)];
115 u_char flag
[all...]

Completed in 120 milliseconds

123456789