Searched refs:u_int16_t (Results 1 - 25 of 536) sorted by relevance

1234567891011>>

/macosx-10.9.5/libpcap-42/libpcap/pcap/
H A Dvlan.h40 u_int16_t vlan_tpid; /* ETH_P_8021Q */
41 u_int16_t vlan_tci; /* VLAN TCI */
H A Dsll.h86 u_int16_t sll_pkttype; /* packet type */
87 u_int16_t sll_hatype; /* link-layer address type */
88 u_int16_t sll_halen; /* link-layer address length */
90 u_int16_t sll_protocol; /* protocol */
/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-plugin/
H A Dpptp.h97 u_int16_t len;
98 u_int16_t pptp_msgtype;
100 u_int16_t ctrl_msgtype;
101 u_int16_t reserved0;
106 u_int16_t proto_vers;
107 u_int16_t reserved1;
110 u_int16_t max_channels;
111 u_int16_t firmware_rev;
118 u_int16_t proto_vers;
123 u_int16_t max_channel
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dipx.h18 u_int16_t cksum; /* Checksum */
19 u_int16_t length; /* Length, in bytes, including header */
22 u_int16_t dstNet[2]; /* destination net */
24 u_int16_t dstSkt; /* destination socket */
25 u_int16_t srcNet[2]; /* source net */
27 u_int16_t srcSkt; /* source socket */
H A Dlane.h30 u_int16_t le_header;
33 u_int16_t h_type;
37 u_int16_t lec_header;
40 u_int16_t lec_opcode;
H A Dsll.h86 u_int16_t sll_pkttype; /* packet type */
87 u_int16_t sll_hatype; /* link-layer address type */
88 u_int16_t sll_halen; /* link-layer address length */
90 u_int16_t sll_protocol; /* protocol */
H A Digrp.h11 u_int16_t ig_as; /* autonomous system number */
12 u_int16_t ig_ni; /* number of subnet in local net */
13 u_int16_t ig_ns; /* number of networks in AS */
14 u_int16_t ig_nx; /* number of networks ouside AS */
15 u_int16_t ig_sum; /* checksum of IGRP header & data */
H A DsctpHeader.h63 u_int16_t source;
64 u_int16_t destination;
74 u_int16_t chunkLength;
78 u_int16_t paramType;
79 u_int16_t paramLength;
91 u_int16_t vendorSpecificType;
92 u_int16_t vendorSpecificLen;
106 u_int16_t NumPreopenStreams; /* OS */
107 u_int16_t MaxInboundStreams; /* MIS */
149 u_int16_t locScop
[all...]
H A Darcnet.h51 u_int16_t arc_seqid;
58 u_int16_t arc_seqid2; /* real seqid value */
89 u_int16_t arc_offset;
97 u_int16_t arc_seqid;
H A Dether.h50 u_int16_t ether_type;
H A Dudp.h42 u_int16_t uh_sport; /* source port */
43 u_int16_t uh_dport; /* destination port */
44 u_int16_t uh_ulen; /* udp length */
45 u_int16_t uh_sum; /* udp checksum */
/macosx-10.9.5/ppp-727.90.1/Authenticators/EAP-TLS/
H A Deaptls_ui.h41 u_int16_t len; /* length of this context */
42 u_int16_t id; /* generation id, to match request/response */
43 u_int16_t request; /* type of request from backend to UI */
44 u_int16_t response; /* type of request from backend to UI */
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpfkeyv2.h116 u_int16_t sadb_msg_len;
117 u_int16_t sadb_msg_reserved;
123 u_int16_t sadb_ext_len;
124 u_int16_t sadb_ext_type;
128 u_int16_t sadb_sa_len;
129 u_int16_t sadb_sa_exttype;
141 u_int16_t sadb_sa_natt_port;
142 u_int16_t sadb_reserved0;
148 u_int16_t sadb_lifetime_len;
149 u_int16_t sadb_lifetime_exttyp
[all...]
H A Dif_vlan_var.h66 u_int16_t evl_encap_proto;
67 u_int16_t evl_tag;
68 u_int16_t evl_proto;
/macosx-10.9.5/Libc-997.90.3/db/hash/FreeBSD/
H A Dpage.h73 #define PAIRSIZE(K,D) (2*sizeof(u_int16_t) + (K)->size + (D)->size)
74 #define BIGOVERHEAD (4*sizeof(u_int16_t))
75 #define KEYSIZE(K) (4*sizeof(u_int16_t) + (K)->size);
76 #define OVFLSIZE (2*sizeof(u_int16_t))
82 #define PAGE_META(N) (((N)+3) * sizeof(u_int16_t))
88 u_int16_t next_addr;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dvpn_control_var.h69 extern int vpncontrol_notify_ike_failed (u_int16_t, u_int16_t, u_int32_t, u_int16_t, u_int8_t*);
70 extern int vpncontrol_notify_phase_change (int, u_int16_t, phase1_handle_t*, phase2_handle_t*);
79 extern int vpncontrol_notify_peer_resp_ph1 (u_int16_t, phase1_handle_t*);
80 extern int vpncontrol_notify_peer_resp_ph2 (u_int16_t, phase2_handle_t*);
H A Dvpn_control.h166 u_int16_t type; /* defined by DOI-spec, and Attribute Format */
167 u_int16_t lorv; /* if f equal 1, Attribute Length */
178 u_int16_t msg_type;
179 u_int16_t flags;
182 u_int16_t result;
183 u_int16_t len; /* payload length */
192 u_int16_t vers_len; /* if zero - no version provided */
214 u_int16_t src_tunnel_port;
215 u_int16_t dst_tunnel_port;
216 u_int16_t ul_protoco
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_rfc.h67 u_int16_t pppoe_rfc_init();
68 u_int16_t pppoe_rfc_dispose();
71 u_int16_t pppoe_rfc_new_client(void *host, void **data,
77 u_int16_t pppoe_rfc_bind(void *data, u_int8_t *ac_name, u_int8_t *service);
78 u_int16_t pppoe_rfc_connect(void *data, u_int8_t *ac_name, u_int8_t *service);
79 u_int16_t pppoe_rfc_disconnect(void *data);
80 u_int16_t pppoe_rfc_abort(void *data, int evt_enable);
81 u_int16_t pppoe_rfc_listen(void *data);
82 u_int16_t pppoe_rfc_accept(void *data);
84 u_int16_t pppoe_rfc_comman
[all...]
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dbpb.h46 u_int16_t bpbBytesPerSec; /* bytes per sector */
48 u_int16_t bpbResSectors; /* number of reserved sectors */
50 u_int16_t bpbRootDirEnts; /* number of root directory entries */
51 u_int16_t bpbSectors; /* total number of sectors */
53 u_int16_t bpbFATsecs; /* number of sectors per FAT */
54 u_int16_t bpbSecPerTrack; /* sectors per track */
55 u_int16_t bpbHeads; /* number of heads */
56 u_int16_t bpbHiddenSecs; /* number of hidden sectors */
64 u_int16_t bpbBytesPerSec; /* bytes per sector */
66 u_int16_t bpbResSector
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-extension/
H A Dl2tpk.h88 u_int16_t flags_vers;
89 u_int16_t len;
90 u_int16_t tunnel_id;
91 u_int16_t session_id;
92 u_int16_t ns;
93 u_int16_t nr;
94 u_int16_t off_size;
100 u_int16_t l2tp_proto; /* protocol coding address - PPPPROTO_L2TP */
101 u_int16_t l2tp_tunnel_id;
102 u_int16_t l2tp_session_i
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dacscp_plugin.h38 u_int16_t len;
39 u_int16_t flags;
40 u_int16_t reserved;
54 u_int16_t size; // size of the structure (for future extension)
55 u_int16_t mtu; // mtu wll determine the maximum packet size to send
56 u_int16_t notification; // notification ACSP sends to the plugin
57 u_int16_t data_len; // len of the data
71 u_int16_t size; // size of the structure (for future extension)
72 u_int16_t action; // action the ACSP engine needs to perform
73 u_int16_t data_le
[all...]
H A Deap_plugin.h107 u_int16_t len; // packet len (network order)
121 u_int16_t size; // size of the structure (for future extension)
124 u_int16_t mtu; // mtu wll determine the maximum packet size to send
125 u_int16_t notification; // notification the EAP engine sends to the module
126 u_int16_t data_len; // len of the data
146 u_int16_t size; // size of the structure (for future extension)
147 u_int16_t action; // action the EAP engine needs to perform
148 u_int16_t data_len; // len of the data
166 u_int16_t type; // type of the attribute
167 u_int16_t data_le
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dvpn_control.h153 u_int16_t type; /* defined by DOI-spec, and Attribute Format */
154 u_int16_t lorv; /* if f equal 1, Attribute Length */
165 u_int16_t msg_type;
166 u_int16_t flags;
169 u_int16_t result;
170 u_int16_t len; /* payload length */
179 u_int16_t vers_len; /* if zero - no version provided */
201 u_int16_t src_tunnel_port;
202 u_int16_t dst_tunnel_port;
203 u_int16_t ul_protoco
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.h37 typedef u_int16_t u16;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/kerberos_includes/
H A Dktypes.h8 typedef unsigned short u_int16_t; typedef

Completed in 309 milliseconds

1234567891011>>