Searched refs:u_int8_t (Results 1 – 9 of 9) sorted by relevance
83 u_int8_t ip6_un1_nxt; /* next header */84 u_int8_t ip6_un1_hlim; /* hop limit */86 u_int8_t ip6_un2_vfc; /* 4 bits version, top 4 bits class */116 u_int8_t ip6e_nxt;117 u_int8_t ip6e_len;123 u_int8_t ip6h_nxt; /* next header */124 u_int8_t ip6h_len; /* length in units of 8 octets */131 u_int8_t ip6d_nxt; /* next header */132 u_int8_t ip6d_len; /* length in units of 8 octets */161 u_int8_t ip6o_type;[all …]
64 u_int8_t arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */65 u_int8_t arp_spa[4]; /* sender protocol address */66 u_int8_t arp_tha[ETHER_ADDR_LEN]; /* target hardware address */67 u_int8_t arp_tpa[4]; /* target protocol address */87 (enaddr)[3] = ((u_int8_t *)ipaddr)[1] & 0x7f; \88 (enaddr)[4] = ((u_int8_t *)ipaddr)[2]; \89 (enaddr)[5] = ((u_int8_t *)ipaddr)[3]; \102 (enaddr)[2] = ((u_int8_t *)ip6addr)[12]; \103 (enaddr)[3] = ((u_int8_t *)ip6addr)[13]; \104 (enaddr)[4] = ((u_int8_t *)ip6addr)[14]; \[all …]
75 u_int8_t icmp6_type; /* type field */76 u_int8_t icmp6_code; /* code field */81 u_int8_t icmp6_un_data8[4]; /* type-specific field */265 u_int8_t nd_opt_type;266 u_int8_t nd_opt_len;285 u_int8_t nd_opt_rti_type;286 u_int8_t nd_opt_rti_len;287 u_int8_t nd_opt_rti_prefixlen;288 u_int8_t nd_opt_rti_flags;294 u_int8_t nd_opt_pi_type;[all …]
58 u_int8_t ip_tos; /* type of service */66 u_int8_t ip_ttl; /* time to live */67 u_int8_t ip_p; /* protocol */143 u_int8_t ipt_code; /* IPOPT_TS */144 u_int8_t ipt_len; /* size of structure (variable) */145 u_int8_t ipt_ptr; /* index of current entry */189 u_int8_t ippseudo_pad; /* pad, must be zero */190 u_int8_t ippseudo_p; /* protocol */
64 u_int8_t ether_addr_octet[ETHER_ADDR_LEN];71 u_int8_t ether_dhost[ETHER_ADDR_LEN];72 u_int8_t ether_shost[ETHER_ADDR_LEN];
67 addr->ether_addr_octet[i] = (u_int8_t)((val0 << 4) + val1); in ether_aton_r()
142 typedef uint8_t u_int8_t; typedef
777 static u_int8_t780 u_int8_t retval = 0; in precsize_aton()922 u_int8_t hp = 0x16; /* default = 1e6 cm = 10000.00m = 10km */ in loc_aton()923 u_int8_t vp = 0x13; /* default = 1e3 cm = 10.00m */ in loc_aton()924 u_int8_t siz = 0x12; /* default = 1e2 cm = 1.00m */ in loc_aton()1010 *bcp++ = (u_int8_t) 0; /* version byte */ in loc_aton()1040 u_int8_t sizeval, hpval, vpval, versionval; in loc_ntoa()
69 typedef unsigned char u_int8_t; typedef95 u_int8_t d_type;96 u_int8_t d_namlen;