Searched refs:_u16 (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcommon.h12 typedef unsigned short _u16; typedef
H A Davpsend.c30 int add_message_type_avp (struct buffer *buf, _u16 type)
32 _u16 *raw = (_u16 *) (buf->start + buf->len);
43 _u16 *raw = (_u16 *) (buf->start + buf->len);
52 int add_frame_caps_avp (struct buffer *buf, _u16 caps)
54 _u16 *raw = (_u16 *) (buf->start + buf->len);
64 int add_bearer_caps_avp (struct buffer *buf, _u16 caps)
66 _u16 *ra
[all...]
H A Davp.h20 _u16 length;
21 _u16 vendorid;
22 _u16 attr;
85 extern void encrypt_avp (struct buffer *, _u16, struct tunnel *);
116 extern int add_avp_rws (struct buffer *, _u16);
117 extern int add_tunnelid_avp (struct buffer *, _u16);
121 extern int add_bearer_caps_avp (struct buffer *buf, _u16 caps);
122 extern int add_frame_caps_avp (struct buffer *buf, _u16 caps);
124 extern int add_message_type_avp (struct buffer *buf, _u16 type);
125 extern int add_result_code_avp (struct buffer *buf, _u16, _u1
[all...]
H A Dl2tp.h16 typedef unsigned short _u16;
51 _u16 ver; /* Version and more */
52 _u16 length; /* Length field */
53 _u16 tid; /* Tunnel ID */
54 _u16 cid; /* Call ID */
55 _u16 Ns; /* Next sent */
56 _u16 Nr; /* Next received */
74 _u16 ver; /* Version and friends */
75 _u16 length; /* Optional Length */
76 _u16 ti
[all...]
H A Dcall.h86 _u16 data_seq_num; /* Sequence for next payload packet */
87 _u16 data_rec_seq_num; /* Sequence for next received payload packet */
88 _u16 closeSs; /* What number was in Ns when we started to
H A Davp.c140 _u16 *raw = data;
341 _u16 *raw = (_u16 *) data;
437 _u16 *raw = data;
516 _u16 *raw = data;
563 _u16 *raw = data;
609 _u16 *raw = data;
664 _u16 *raw = data;
711 _u16 *raw = data;
757 _u16 *ra
[all...]
H A Dcontrol.h62 extern void handle_special (struct buffer *, struct call *, _u16);
H A Dmisc.c157 unsigned char *tmp = (_u16 *) buf_v;
169 _u16 *tmp = (_u16 *) buf_v;
H A Daaa.c358 void encrypt_avp (struct buffer *buf, _u16 len, struct tunnel *t)
368 _u16 length, flags, attr; /* New length, old flags */
438 _u16 attr;
H A Dcontrol.c55 _u16 ppp_crc16_table[256] = {
121 _u16 fcs = PPP_INITFCS;
143 h->length = htons ((_u16) buf->len);
1421 _u16 *r = (_u16 *) h; /* Nice to have raw word pointers */
1730 void handle_special (struct buffer *buf, struct call *c, _u16 call)
1742 if (!CTBIT (*((_u16 *) buf->start)))
1779 if (CTBIT (*((_u16 *) buf->start)))
H A Dnetwork.c140 _u16 ver = ntohs (p->ver);
H A Dcall.c75 p->length = htons ((_u16) buf->len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsx.c33 /* .... but the 3.0.4 version uses _u8 and _u16. */
35 #define _u16 u16 macro

Completed in 83 milliseconds