Searched refs:u_int8_t (Results 1 – 20 of 20) sorted by relevance
38 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 …]
72 u_int8_t th_x2:4; /* (unused) */73 u_int8_t th_off:4; /* data offset */76 u_int8_t th_off:4; /* data offset */77 u_int8_t th_x2:4; /* (unused) */79 u_int8_t th_flags;190 u_int8_t tcpi_state;191 u_int8_t tcpi_ca_state;192 u_int8_t tcpi_retransmits;193 u_int8_t tcpi_probes;194 u_int8_t tcpi_backoff;[all …]
73 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]; \
31 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 …]
28 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];
30 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 */
67 u_int8_t igmp_type; /* IGMP type */68 u_int8_t igmp_code; /* routing code */
29 u_int8_t ee_origin;30 u_int8_t ee_type;31 u_int8_t ee_code;32 u_int8_t ee_pad;
45 u_int8_t i;46 u_int8_t j;47 u_int8_t s[256];66 static __inline__ u_int8_t69 u_int8_t si, sj; in arc4_getbyte()84 u_int8_t si; in arc4_addrandom()169 u_int8_t
34 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 */
117 u_int8_t *ptr;
123 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) */
40 u_int8_t sipx_type;
41 extern "C" const u_int8_t _C_ctype_[];
173 typedef unsigned char u_int8_t; typedef
Completed in 42 milliseconds