Home
last modified time | relevance | path

Searched refs:u_char (Results 1 – 25 of 193) sorted by last modified time

12345678

/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_ntop.c43 static char * inet_net_ntop_ipv4 __P((const u_char *src, int bits,
45 static char * inet_net_ntop_ipv6 __P((const u_char *src, int bits,
92 const u_char *src; in inet_net_ntop_ipv4()
170 inet_net_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) { in inet_net_ntop_ipv6()
181 u_char *s; in inet_net_ntop_ipv6()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c686 u_char digest[16]; in smbios_type1_initializer()
H A Dpci_passthru.c189 u_char *capdata; in passthru_add_msicap()
200 capdata = (u_char *)&msicap; in passthru_add_msicap()
H A Dpci_virtio_block.c437 u_char digest[16]; in pci_vtblk_init()
H A Dpci_irq.c74 static u_char irq_counts[NIRQ_COUNTS];
H A Dpci_emul.c1015 pci_emul_add_capability(struct pci_devinst *pi, u_char *capdata, int caplen) in pci_emul_add_capability()
1127 return (pci_emul_add_capability(pi, (u_char *)&msicap, sizeof(msicap))); in pci_emul_add_msicap()
1201 return (pci_emul_add_capability(pi, (u_char *)&msixcap, in pci_emul_add_msixcap()
1302 err = pci_emul_add_capability(pi, (u_char *)&pciecap, sizeof(pciecap)); in pci_emul_add_pciecap()
H A Dpci_emul.h165 u_char pi_cfgdata[PCI_REGMAX + 1];
H A Dpci_ahci.c2421 u_char digest[16]; in pci_ahci_init()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dtcpflags.c23 extern u_char flags[];
26 u_char tcpflags(flgs) in tcpflags()
29 u_char tcpf = 0;
H A Dprintpacket.c32 u_char *s;
35 for (s = (u_char *)ip, i = 0; i < len; i++) {
H A Dprintpacket6.c10 u_char *buf, p;
15 buf = (u_char *)ip;
H A Dprintsbuf.c16 u_char *s;
19 for (s = (u_char *)buf, i = ISC_TLEN; i; i--, s++) {
H A Dprinttunable.c19 else if (tup->ipft_sz == sizeof(u_char))
H A Dprintfr.c24 u_char *t;
H A Dipft_tx.c35 static u_char myflags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH,
H A Dipoptsec.c25 u_char seclevel(slevel) in seclevel()
38 return (u_char)so->on_value;
42 u_char secbit(class) in secbit()
55 return (u_char)so->on_bit;
H A Dinet_addr.c80 #define ISALNUM(x) isalnum((u_char)(x))
81 #define ISALPHA(x) isalpha((u_char)(x))
82 #define ISASCII(x) isascii((u_char)(x))
83 #define ISDIGIT(x) isdigit((u_char)(x))
84 #define ISPRINT(x) isprint((u_char)(x))
85 #define ISSPACE(x) isspace((u_char)(x))
86 #define ISUPPER(x) isupper((u_char)(x))
87 #define ISXDIGIT(x) isxdigit((u_char)(x))
88 #define ISLOWER(x) islower((u_char)(x))
H A Dflags.c22 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG,
H A Daddipopt.c21 u_char lvl;
H A Dbinprint.c16 u_char *s;
19 for (i = size, j = 0, s = (u_char *)ptr; i; i--, s++) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h510 u_char ftu_tcpfm; /* tcp flags mask */
511 u_char ftu_tcpf; /* tcp flags */
606 u_char fr_v;
890 u_char fl_dir;
891 u_char fl_xxx[2]; /* pad */
1018 u_char ici_type;
1103 u_char ah_next;
1104 u_char ah_plen;
1157 u_char adf_len;
1222 u_char *ipftp_char;
[all …]
H A Dip_ftp_pxy.c1406 register u_char i = 0, j = 0;
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_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 …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c2369 u_char pr;
3590 u_char tcpflags;
3609 u_char, tcpflags
4031 u_char pr;

12345678