HomeSort by relevance Sort by last modified time
    Searched refs:u16_t (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/syslinux/core/lwip/src/netif/ppp/
auth.h 73 void np_up (int, u16_t);
76 void np_down (int, u16_t);
79 void np_finished (int, u16_t);
82 void auth_peer_fail (int, u16_t);
85 void auth_peer_success (int, u16_t, char *, int);
88 void auth_withpeer_fail (int, u16_t);
91 void auth_withpeer_success (int, u16_t);
  /external/syslinux/core/lwip/src/include/lwip/
snmp_asn1.h 77 err_t snmp_asn1_dec_type(struct pbuf *p, u16_t ofs, u8_t *type);
78 err_t snmp_asn1_dec_length(struct pbuf *p, u16_t ofs, u8_t *octets_used, u16_t *length);
79 err_t snmp_asn1_dec_u32t(struct pbuf *p, u16_t ofs, u16_t len, u32_t *value);
80 err_t snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value);
81 err_t snmp_asn1_dec_oid(struct pbuf *p, u16_t ofs, u16_t len, struct snmp_obj_id *oid);
82 err_t snmp_asn1_dec_raw(struct pbuf *p, u16_t ofs, u16_t len, u16_t raw_len, u8_t *raw)
    [all...]
pbuf.h 87 u16_t tot_len;
90 u16_t len;
103 u16_t ref;
122 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type);
124 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
126 u16_t payload_mem_len);
128 void pbuf_realloc(struct pbuf *p, u16_t size);
137 u16_t pbuf_copy_partial(struct pbuf *p, void *dataptr, u16_t len, u16_t offset)
    [all...]
udp.h 56 PACK_STRUCT_FIELD(u16_t src);
57 PACK_STRUCT_FIELD(u16_t dest); /* src/dest UDP ports */
58 PACK_STRUCT_FIELD(u16_t len);
59 PACK_STRUCT_FIELD(u16_t chksum);
88 ip_addr_t *addr, u16_t port);
101 u16_t local_port, remote_port;
110 u16_t chksum_len_rx, chksum_len_tx;
126 u16_t port);
128 u16_t port);
133 ip_addr_t *dst_ip, u16_t dst_port
    [all...]
snmp_msg.h 105 u16_t seqlen;
107 u16_t olen;
109 u16_t vlen;
121 u16_t seqlen;
143 u16_t erridxlen;
145 u16_t errstatlen;
147 u16_t ridlen;
149 u16_t pdulen;
151 u16_t comlen;
153 u16_t verlen
    [all...]
snmp_structs.h 81 u16_t v_len;
112 void (*get_value)(struct obj_def *od, u16_t len, void *value);
114 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
116 void (*set_value)(struct obj_def *od, u16_t len, void *value);
120 u16_t maxlength;
132 void (*get_value)(struct obj_def *od, u16_t len, void *value);
133 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
134 void (*set_value)(struct obj_def *od, u16_t len, void *value);
137 u16_t maxlength;
150 void (*get_value)(struct obj_def *od, u16_t len, void *value)
    [all...]
tcp.h 88 u16_t len);
165 u16_t local_port
176 u16_t remote_port;
192 u16_t rcv_wnd; /* receiver window available */
193 u16_t rcv_ann_wnd; /* receiver window to announce */
203 u16_t mss; /* maximum segment size */
218 u16_t cwnd;
219 u16_t ssthresh;
223 u16_t snd_wnd; /* sender window */
228 u16_t acked
    [all...]
netbuf.h 51 u16_t port;
56 u16_t toport_chksum;
66 void * netbuf_alloc (struct netbuf *buf, u16_t size);
69 const void *dataptr, u16_t size);
74 void **dataptr, u16_t *len);
def.h 54 /* Endianess-optimized shifting of two u8_t to create one u16_t */
103 u16_t lwip_htons(u16_t x);
104 u16_t lwip_ntohs(u16_t x);
dhcp.h 48 u16_t options_out_len; /* outgoing msg options length */
49 u16_t request_timeout; /* #ticks with period DHCP_FINE_TIMER_SECS for request timeout */
50 u16_t t1_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for renewal time */
51 u16_t t2_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for rebind time */
81 PACK_STRUCT_FIELD(u16_t secs);
82 PACK_STRUCT_FIELD(u16_t flags);
tcp_impl.h 159 PACK_STRUCT_FIELD(u16_t src);
160 PACK_STRUCT_FIELD(u16_t dest);
163 PACK_STRUCT_FIELD(u16_t _hdrlen_rsvd_flags);
164 PACK_STRUCT_FIELD(u16_t wnd);
165 PACK_STRUCT_FIELD(u16_t chksum);
166 PACK_STRUCT_FIELD(u16_t urgp);
179 #define TCPH_FLAGS_SET(phdr, flags) (phdr)->_hdrlen_rsvd_flags = (((phdr)->_hdrlen_rsvd_flags & PP_HTONS((u16_t)(~(u16_t)(TCP_FLAGS)))) | htons(flags))
281 u16_t len; /* the TCP length of this segment */
283 u16_t oversize_left; /* Extra bytes available at the end of the las
    [all...]
api_msg.h 79 u16_t port;
84 u16_t *port;
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
inet_chksum.h 40 /** Swap the bytes in an u16_t: much like htons() for little-endian */
58 as u16_t */
73 u16_t inet_chksum(void *dataptr, u16_t len);
74 u16_t inet_chksum_pbuf(struct pbuf *p);
75 u16_t inet_chksum_pseudo(struct pbuf *p,
77 u8_t proto, u16_t proto_len);
78 u16_t inet_chksum_pseudo_partial(struct pbuf *p,
80 u8_t proto, u16_t proto_len, u16_t chksum_len)
    [all...]
ip_frag.h 58 u16_t datagram_len;
icmp.h 74 * is splitted to two u16_t like ICMP echo needs it.
82 PACK_STRUCT_FIELD(u16_t chksum);
83 PACK_STRUCT_FIELD(u16_t id);
84 PACK_STRUCT_FIELD(u16_t seqno);
94 /** Combines type and code to an u16_t */
ip.h 105 /*#define SOF_OOBINLINE (u16_t)0x0100U Unimplemented: leave received OOB data in line */
106 /*#define SOF_REUSEPORT (u16_t)0x0200U Unimplemented: allow local address & port reuse */
118 PACK_STRUCT_FIELD(u16_t _v_hl_tos);
120 PACK_STRUCT_FIELD(u16_t _len);
122 PACK_STRUCT_FIELD(u16_t _id);
124 PACK_STRUCT_FIELD(u16_t _offset);
134 PACK_STRUCT_FIELD(u16_t _chksum);
186 u16_t optlen);
  /external/syslinux/core/lwip/src/core/
def.c 58 * Convert an u16_t from host- to network byte order.
60 * @param n u16_t in host byte order
63 u16_t
64 lwip_htons(u16_t n)
70 * Convert an u16_t from network- to host byte order.
72 * @param n u16_t in network byte order
75 u16_t
76 lwip_ntohs(u16_t n)
pbuf.c 185 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type)
188 u16_t offset;
265 q->tot_len = (u16_t)rem_len;
267 q->len = LWIP_MIN((u16_t)rem_len, PBUF_POOL_BUFSIZE_ALIGNED);
344 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p,
345 void *payload_mem, u16_t payload_mem_len)
347 u16_t offset;
407 pbuf_realloc(struct pbuf *p, u16_t new_len)
410 u16_t rem_len; /* remaining length */
438 q->tot_len += (u16_t)grow
    [all...]
memp.c 129 const u16_t memp_sizes[MEMP_MAX] = {
137 static const u16_t memp_num[MEMP_MAX] = {
216 memp_overflow_check_element_overflow(struct memp *p, u16_t memp_type)
218 u16_t k;
249 memp_overflow_check_element_underflow(struct memp *p, u16_t memp_type)
251 u16_t k;
282 u16_t i, j;
309 u16_t i, j;
340 u16_t i, j;
tcp_out.c 92 tcp_output_alloc_header(struct tcp_pcb *pcb, u16_t optlen, u16_t datalen,
208 * @param oversize pointer to a u16_t that will receive the number of usable tail bytes.
216 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length,
217 u16_t *oversize, struct tcp_pcb *pcb, u8_t apiflags,
221 u16_t alloc = length;
269 tcp_seg_add_chksum(u16_t chksum, u16_t len, u16_t *seg_chksum
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
inet_chksum.c 80 static u16_t
81 lwip_standard_chksum(void *dataptr, u16_t len)
84 u16_t src;
114 return htons((u16_t)acc);
134 static u16_t
138 u16_t *ps, t = 0;
142 /* Get aligned to u16_t */
149 ps = (u16_t *)(void *)pb;
173 return (u16_t)sum;
190 static u16_t
    [all...]
  /external/syslinux/core/lwip/src/include/netif/
etharp.h 78 PACK_STRUCT_FIELD(u16_t type);
97 PACK_STRUCT_FIELD(u16_t prio_vid);
98 PACK_STRUCT_FIELD(u16_t tpid);
116 PACK_STRUCT_FIELD(u16_t hwtype);
117 PACK_STRUCT_FIELD(u16_t proto);
120 PACK_STRUCT_FIELD(u16_t opcode);
204 const u16_t opcode);
ppp_oe.h 86 PACK_STRUCT_FIELD(u16_t session);
87 PACK_STRUCT_FIELD(u16_t plen);
99 PACK_STRUCT_FIELD(u16_t tag);
100 PACK_STRUCT_FIELD(u16_t len);
155 u16_t sc_session; /* PPPoE session id */
  /external/syslinux/core/lwip/src/core/snmp/
asn1_enc.c 50 snmp_asn1_enc_length_cnt(u16_t length, u8_t *octets_needed)
77 snmp_asn1_enc_u32t_cnt(u32_t value, u16_t *octets_needed)
110 snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed)
142 snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed)
181 snmp_asn1_enc_type(struct pbuf *p, u16_t ofs, u8_t type)
183 u16_t plen, base;
213 snmp_asn1_enc_length(struct pbuf *p, u16_t ofs, u16_t length)
215 u16_t plen, base;
308 snmp_asn1_enc_u32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, u32_t value
    [all...]
asn1_dec.c 52 snmp_asn1_dec_type(struct pbuf *p, u16_t ofs, u8_t *type)
54 u16_t plen, base;
85 snmp_asn1_dec_length(struct pbuf *p, u16_t ofs, u8_t *octets_used, u16_t *length)
87 u16_t plen, base;
240 snmp_asn1_dec_u32t(struct pbuf *p, u16_t ofs, u16_t len, u32_t *value)
242 u16_t plen, base;
333 snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value
    [all...]

Completed in 243 milliseconds

1 2 3