Home
last modified time | relevance | path

Searched refs:u_int8_t (Results 1 – 12 of 12) sorted by relevance

/include/netinet/
A Dif_tr.h38 u_int8_t ac; /* access control field */
39 u_int8_t fc; /* frame control field */
40 u_int8_t daddr[TR_ALEN]; /* destination address */
41 u_int8_t saddr[TR_ALEN]; /* source address */
49 u_int8_t dsap; /* destination SAP */
50 u_int8_t ssap; /* source SAP */
51 u_int8_t llc; /* LLC control field */
52 u_int8_t protid[3]; /* protocol id */
101 u_int8_t trn_fc; /* field control field */
102 u_int8_t trn_dhost[TR_ALEN]; /* destination host */
[all …]
A Dif_ether.h73 u_int8_t arp_sha[ETH_ALEN]; /* sender hardware address */
74 u_int8_t arp_spa[4]; /* sender protocol address */
75 u_int8_t arp_tha[ETH_ALEN]; /* target hardware address */
76 u_int8_t arp_tpa[4]; /* target protocol address */
96 (enaddr)[3] = ((u_int8_t *)ipaddr)[1] & 0x7f; \
97 (enaddr)[4] = ((u_int8_t *)ipaddr)[2]; \
98 (enaddr)[5] = ((u_int8_t *)ipaddr)[3]; \
A Dif_fddi.h30 u_int8_t fddi_fc; /* Frame Control (FC) value */
31 u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */
32 u_int8_t fddi_shost[FDDI_K_ALEN]; /* Source host */
A Dip.h31 u_int8_t len;
32 u_int8_t ptr;
56 u_int8_t tos;
60 u_int8_t ttl;
61 u_int8_t protocol;
118 u_int8_t ip_tos; /* type of service */
126 u_int8_t ip_ttl; /* time to live */
127 u_int8_t ip_p; /* protocol */
137 u_int8_t ipt_code; /* IPOPT_TS */
138 u_int8_t ipt_len; /* size of structure (variable) */
[all …]
A Dtcp.h203 u_int8_t tcpi_state;
204 u_int8_t tcpi_ca_state;
205 u_int8_t tcpi_retransmits;
206 u_int8_t tcpi_probes;
207 u_int8_t tcpi_backoff;
208 u_int8_t tcpi_options;
209 u_int8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
254 u_int8_t tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* Key (binary). */
A Dip_icmp.h28 u_int8_t type; /* message type */
29 u_int8_t code; /* type sub-code */
139 u_int8_t icmp_type; /* type of message, see below */
140 u_int8_t icmp_code; /* type sub code */
162 u_int8_t irt_num_addrs;
163 u_int8_t irt_wpa;
192 u_int8_t id_data[1];
A Digmp.h67 u_int8_t igmp_type; /* IGMP type */
68 u_int8_t igmp_code; /* routing code */
/include/net/
A Dethernet.h34 u_int8_t ether_addr_octet[ETH_ALEN];
40 u_int8_t ether_dhost[ETH_ALEN]; /* destination eth addr */
41 u_int8_t ether_shost[ETH_ALEN]; /* source ether addr */
A Dif_ppp.h117 u_int8_t *ptr;
/include/
A Dresolv.h123 u_int8_t nscount; /* (was: int) number of name servers */
124 u_int8_t ndots; /* (was: unsigned:4) threshold for initial abs. query */
125 u_int8_t retrans; /* (was: int) retransmission time interval */
126 u_int8_t retry; /* (was: int) number of times to retransmit */
131 u_int8_t nsort; /* (was: unsigned:4) number of elements in sort_list[] */
157 u_int8_t nscount; /* (was: u_int16_t) */
/include/netipx/
A Dipx.h40 u_int8_t sipx_type;
/include/sys/
A Dtypes.h173 typedef unsigned char u_int8_t; typedef

Completed in 28 milliseconds