Home
last modified time | relevance | path

Searched refs:u_char (Results 101 – 125 of 193) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmschap_test.c40 u_char challenge[8];
56 challenge[i] = (u_char)challengeInt[i];
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpacket.c32 u_char *s;
35 for (s = (u_char *)ip, i = 0; i < len; i++) {
H A Dflags.c22 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG,
H A Dprinttunable.c19 else if (tup->ipft_sz == sizeof(u_char))
/illumos-gate/usr/src/boot/common/
H A Dmd.c54 u_char start[MD_IMAGE_SIZE];
55 u_char end[128];
H A Dreloc_elf.c67 bcopy(&w, (u_char *)data + (relbase + in __elfN()
207 bcopy(&w, (u_char *)data + (relbase + in __elfN()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y626 if (isupper((u_char)*p))
691 if (buff[1] == '\0' && isalpha((u_char)*buff)) {
801 while (isspace((u_char)*yyInput)) in yylex()
804 if (isdigit((u_char)(c = *yyInput)) || c == '-' || c == '+') { in yylex()
807 if (!isdigit((u_char)*++yyInput)) in yylex()
814 while (isdigit((u_char)(c = *yyInput++))) { in yylex()
825 if (isalpha((u_char)c)) { in yylex()
826 for (p = buff; isalpha((u_char)(c = *yyInput++)) || c == '.'; ) in yylex()
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h61 u_char ether_dhost[ETHER_ADDR_LEN];
62 u_char ether_shost[ETHER_ADDR_LEN];
70 u_char octet[ETHER_ADDR_LEN];
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_lookup.h69 u_char ilik_type; /* IPLT_* */
70 u_char ilik_otype;
H A Dip_raudio_pxy.c145 s = (u_char *)memstr("PNA", (char *)membuf, 3, dlen);
219 u_char swp;
257 s = (u_char *)memstr("PNA", (char *)membuf, 3, dlen);
286 s = (u_char *)rap->rap_svr + 11;
H A Dip_compat.h101 u_char ether_addr_octet[6];
208 u_char ip6e_nxt;
209 u_char ip6e_len;
746 u_char ip6e_nxt;
747 u_char ip6e_len;
1109 u_char ip6e_nxt;
1110 u_char ip6e_len;
1346 u_char ip6e_nxt;
1347 u_char ip6e_len;
1691 #define ISALNUM(x) isalnum((u_char)(x))
[all …]
H A Dip_proxy.h47 u_char apt_state[2]; /* connection state */
84 u_char apc_p;
105 u_char apr_p; /* protocol */
H A Dip_nat.h125 u_char nat_p; /* protocol for NAT */
196 u_char in_v;
197 u_char in_xxx;
418 u_char nlg_p;
/illumos-gate/usr/src/lib/libresolv/
H A Dres_debug.c200 if ((n = dn_expand((u_char *)msg, (u_char *)(msg + 512), (u_char *)cp,
201 (u_char *)name, sizeof (name))) < 0)
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c46 static int charstr(const u_char *rdata, const u_char *edata,
48 static int addname(const u_char *msg, size_t msglen,
49 const u_char **p, const char *origin,
97 ns_sprintrrf(const u_char *msg, size_t msglen, in ns_sprintrrf()
99 u_long ttl, const u_char *rdata, size_t rdlen, in ns_sprintrrf()
104 const u_char *edata = rdata + rdlen; in ns_sprintrrf()
1122 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) { in charstr()
1123 const u_char *odata = rdata; in charstr()
1156 addname(const u_char *msg, size_t msglen, in addname()
1157 const u_char **pp, const char *origin, in addname()
/illumos-gate/usr/src/boot/libsa/
H A Drarp.c68 u_char header[ETHER_SIZE]; in rarp_getipaddress()
71 u_char pad[18]; /* 60 - sizeof(arp) */ in rarp_getipaddress()
H A Diodesc.h48 u_char myea[6]; /* my ethernet address */
H A Dglobals.c19 u_char bcea[6] = BA; /* broadcast ethernet address */
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Darc4random.c69 u_char *dat;
147 u_char *dat; in arc4random_addrandom()
/illumos-gate/usr/src/boot/include/netinet/
H A Din_pcb.h198 u_char inp_vflag; /* (i) IP version flag (v4/v6) */
199 u_char inp_ip_ttl; /* (i) time to live proto */
200 u_char inp_ip_p; /* (c) protocol proto */
201 u_char inp_ip_minttl; /* (i) minimum TTL or drop */
219 u_char inp4_ip_tos; /* (i) type of service proto */
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h204 static __inline u_char
207 u_char data; in inb()
265 outb(u_int port, u_char data) in outb()
818 u_char inb(u_int port);
843 void outb(u_int port, u_char data);
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c92 u_char answer[PACKETSZ]; in res_nupdate()
93 u_char *packet; in res_nupdate()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtypes.h31 typedef unsigned char u_char; typedef
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddefs.h49 typedef unsigned char u_char; /* unsigned char */ typedef
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h339 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
340 uint32_t bios_sigsearch(uint32_t start, u_char *sig, int siglen, int paralen,

12345678