Searched refs:s16_t (Results 1 - 25 of 76) sorted by relevance

1234

/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmp_mib2_system.c229 static s16_t
233 const s16_t* var_len;
239 var_len = (const s16_t*)sysdescr_len;
252 var_len = (const s16_t*)syscontact_len;
256 var_len = (const s16_t*)sysname_len;
260 var_len = (const s16_t*)syslocation_len;
273 result = (s16_t)strlen((const char*)var);
H A Dsnmp_table.c320 s16_t
328 s16_t
336 s16_t
H A Dsnmp_mib2_icmp.c58 static s16_t
H A Dsnmp_mib2_snmp.c48 static s16_t
H A Dsnmp_mib2_interfaces.c61 static s16_t
162 static s16_t
H A Dsnmp_scalar.c45 static s16_t snmp_scalar_array_get_value(struct snmp_node_instance* instance, void* value);
193 static s16_t
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dsnmp_table.h124 s16_t snmp_table_extract_value_from_s32ref(struct snmp_node_instance* instance, void* value);
125 s16_t snmp_table_extract_value_from_u32ref(struct snmp_node_instance* instance, void* value);
126 s16_t snmp_table_extract_value_from_refconstptr(struct snmp_node_instance* instance, void* value);
H A Dsnmp_threadsync.h61 s16_t s16;
H A Dsnmp_scalar.h82 typedef s16_t (*snmp_scalar_array_get_value_method)(const struct snmp_scalar_array_node_def*, void*);
/barrelfish-2018-10-04/include/lwip/lwip/
H A Ddebug.h96 ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \
H A Dpbuf.h123 u8_t pbuf_header(struct pbuf *p, s16_t header_size);
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Dicmp.c155 if (pbuf_header(p, (s16_t)(hlen + PBUF_LINK_HLEN + PBUF_LINK_ENCAPSULATION_HLEN))) {
174 if (pbuf_header(r, (s16_t)-hlen)) {
191 if (pbuf_header(p, -(s16_t)(hlen + PBUF_LINK_HLEN + PBUF_LINK_ENCAPSULATION_HLEN))) {
201 if (pbuf_header(p, (s16_t)hlen)) {
271 (s16_t)type, (s16_t)code));
/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Dicmp.c108 s16_t hlen;
210 if (pbuf_header(p, -(s16_t) (PBUF_IP_HLEN + PBUF_LINK_HLEN))) {
272 " not supported.\n", (s16_t) type, (s16_t) code));
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp_private_mib/
H A Dlwip_prvmib.c111 static s16_t sensor_count_get_value(struct snmp_node_instance* instance, void* value);
114 static s16_t sensor_table_get_value(struct snmp_node_instance* instance, void* value);
250 static s16_t
341 static s16_t
/barrelfish-2018-10-04/lib/lwip2/src/netif/
H A Dethernet.c86 s16_t ip_hdr_offset = SIZEOF_ETH_HDR;
172 if ((p->len < ip_hdr_offset) || pbuf_header(p, (s16_t)-ip_hdr_offset)) {
189 if ((p->len < ip_hdr_offset) || pbuf_header(p, (s16_t)-ip_hdr_offset)) {
216 if ((p->len < ip_hdr_offset) || pbuf_header(p, (s16_t)-ip_hdr_offset)) {
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Ddebug.h155 ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \
H A Dpbuf.h230 u8_t pbuf_header(struct pbuf *p, s16_t header_size);
231 u8_t pbuf_header_force(struct pbuf *p, s16_t header_size);
H A Dtcp.h243 s16_t rtime;
250 s16_t sa, sv; /* @todo document this */
252 s16_t rto; /* retransmission time-out */
H A Darch.h122 typedef int16_t s16_t; typedef
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dmppe.c210 pbuf_header(np, -(s16_t)(MPPE_OVHD + sizeof(protocol)));
218 pbuf_header(np, (s16_t)(MPPE_OVHD + sizeof(protocol)));
249 pbuf_header(np, -(s16_t)MPPE_OVHD);
260 pbuf_header(np, (s16_t)MPPE_OVHD);
385 pbuf_header(n0, -(s16_t)(MPPE_OVHD));
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dmppe.c210 pbuf_header(np, -(s16_t)(MPPE_OVHD + sizeof(protocol)));
218 pbuf_header(np, (s16_t)(MPPE_OVHD + sizeof(protocol)));
249 pbuf_header(np, -(s16_t)MPPE_OVHD);
260 pbuf_header(np, (s16_t)MPPE_OVHD);
385 pbuf_header(n0, -(s16_t)(MPPE_OVHD));
/barrelfish-2018-10-04/include/arch/
H A Dcc.h30 typedef int16_t s16_t; typedef
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dstats.c129 s16_t i;
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dip6.c607 pbuf_header(p, -(s16_t)hlen);
630 pbuf_header(p, -(s16_t)hlen);
653 pbuf_header(p, -(s16_t)hlen);
687 pbuf_header(p, -(s16_t)hlen);
724 pbuf_header_force(p, (s16_t)ip_data.current_ip_header_tot_len);
746 pbuf_header(p, -(s16_t)ip_data.current_ip_header_tot_len);
753 pbuf_header(p, -(s16_t)ip_data.current_ip_header_tot_len);
760 pbuf_header(p, -(s16_t)ip_data.current_ip_header_tot_len);
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Draw.c131 s16_t proto;
282 s16_t header_size;

Completed in 182 milliseconds

1234