Searched refs:u_int16_t (Results 1 – 15 of 15) sorted by relevance
95 u_int16_t dest;101 u_int16_t fin:1;102 u_int16_t syn:1;103 u_int16_t rst:1;104 u_int16_t psh:1;105 u_int16_t ack:1;106 u_int16_t urg:1;112 u_int16_t urg:1;113 u_int16_t ack:1;114 u_int16_t psh:1;[all …]
59 u_int16_t uh_sport; /* source port */60 u_int16_t uh_dport; /* destination port */61 u_int16_t uh_ulen; /* udp length */62 u_int16_t uh_sum; /* udp checksum */69 u_int16_t source;70 u_int16_t dest;71 u_int16_t len;72 u_int16_t check;
30 u_int16_t checksum;35 u_int16_t id;36 u_int16_t sequence;41 u_int16_t __unused;42 u_int16_t mtu;141 u_int16_t icmp_cksum; /* ones complement checksum of struct */148 u_int16_t icd_id;149 u_int16_t icd_seq;156 u_int16_t ipm_void;157 u_int16_t ipm_nextmtu;[all …]
42 u_int16_t rcf; /* route control field */43 u_int16_t rseg[8]; /* routing registers */53 u_int16_t ethertype; /* ether type field */104 u_int16_t trn_rcf; /* route control field */105 u_int16_t trn_rseg[8]; /* routing registers */
57 u_int16_t tot_len;58 u_int16_t id;59 u_int16_t frag_off;62 u_int16_t check;
34 typedef u_int16_t n_short; /* short as received from the net */
69 u_int16_t igmp_cksum; /* checksum */
38 typedef u_int16_t comp_t;43 u_int16_t ac_uid; /* Real user ID. */44 u_int16_t ac_gid; /* Real group ID. */45 u_int16_t ac_tty; /* Controlling terminal. */66 u_int16_t ac_tty; /* Control Terminal */
114 u_int16_t _id, _flags, _counts[ns_s_max];133 u_int16_t type;134 u_int16_t rr_class;136 u_int16_t rdlength;423 (s) = ((u_int16_t)t_cp[0] << 8) \424 | ((u_int16_t)t_cp[1]) \440 register u_int16_t t_s = (u_int16_t)(s); \
132 u_int16_t pfcode; /* (was: ulong) RES_PRF_ flags. Used by dig. */160 u_int16_t nstimes[MAXNS];162 u_int16_t nscount6;163 u_int16_t nsinit;392 void putshort (u_int16_t, u_char *) __THROW;
64 u_int16_t rtmsg_dst_len;65 u_int16_t rtmsg_src_len;
46 u_int16_t ss_cmd;
42 u_int16_t ether_type; /* packet type ID field */
37 u_int16_t sipx_port;
174 typedef unsigned short int u_int16_t; typedef
Completed in 20 milliseconds