Home
last modified time | relevance | path

Searched refs:netwib_uint8 (Results 1 – 21 of 21) sorted by relevance

/dports/net/netwib/netwib-5.38.0-src/src/netwib/pkt/
H A Diphdr.h13 netwib_uint8 ttl;
18 netwib_uint8 ihl;
19 netwib_uint8 tos;
30 netwib_uint8 trafficclass;
H A Dicmp6nd.h24 netwib_uint8 prefixlength;
27 netwib_uint8 reserved1;
H A Dip6ext.h24 netwib_uint8 routingtype;
25 netwib_uint8 segmentsleft;
H A Dicmp6.h115 netwib_uint8 curhoplimit;
118 netwib_uint8 reserved;
H A Dtcphdr.h9 netwib_uint8 doff;
H A Dtcpopt.h30 netwib_uint8 windowscale;
H A Dip4opt.h50 netwib_uint8 overflow;
H A Dicmp4.h138 netwib_uint8 pointer;
H A Dlayer.c126 iphdr.header.ip4.ihl = (netwib_uint8)(ihl4/4); in netwib_pkt_append_layer_ip()
246 tcpheader.doff = (netwib_uint8)((NETWIB_TCPHDR_MINLEN + tcpoptssize) / 4); in netwib_pkt_append_layer_tcp()
H A Diphdr.c217 piphdr->header.ip4.ihl = (netwib_uint8)(versionihl & 0xF); in netwib_pkt_decode_ip4hdr()
278 piphdr->header.ip6.trafficclass = (netwib_uint8)((vertrfl>>20)&0xFF); in netwib_pkt_decode_ip6hdr()
H A Dtypes.h61 #define netwib__data_decode_uint8(data,u) netwib__data_decode_uint8t(data,u,netwib_uint8)
H A Dicmp6nd.c188 picmp6nd->opt.prefix.reserved1 = (netwib_uint8)(tmpval & 0x3F); in netwib_pkt_decode_icmp6nd()
H A Dip4opt.c375 pip4opt->overflow = (netwib_uint8)(overflag >> 4); in netwib_pkt_decode_ip4opt_time()
/dports/net/netwib/netwib-5.38.0-src/src/netwib/dat/
H A Dc2.h90 #define netwib_c2_uint8_ror(x,n) ((netwib_uint8)( (netwib_uint8)((x)>>(n)) | (netwib_uint8)((x)<<(8…
91 #define netwib_c2_uint8_rol(x,n) ((netwib_uint8)( (netwib_uint8)((x)<<(n)) | (netwib_uint8)((x)>>(8…
H A Dc.c180 netwib_uint8 firstcharofneedle; in netwib_c_memmem()
242 netwib_uint8 firstcharofneedle; in netwib_c_memcasemem()
256 firstcharofneedle = (netwib_uint8)netwib_c2_lc(*needle); in netwib_c_memcasemem()
H A Dtypes.h3 typedef NETWIBDEF_TYPE_UINT8 netwib_uint8; typedef
H A Dfmt.c2300 netwib_uint8 *p = (netwib_uint8 *)pscanitem->ptr; in netwib_priv_fmt_decode()
2304 *p = (netwib_uint8)ui32; in netwib_priv_fmt_decode()
H A Dbufenc.c937 netwib_er(netwib_show_array_num8((netwib_uint8)c, in netwib_priv_buf_encode_array()
/dports/net/netwib/netwib-5.38.0-src/src/netwib/shw/
H A Dicmp4.c193 netwib_er(netwib_show_array_num8((netwib_uint8)picmp4->type, in netwib_icmp4_show()
196 netwib_er(netwib_show_array_num8((netwib_uint8)picmp4->code, in netwib_icmp4_show()
H A Dicmp6.c241 netwib_er(netwib_show_array_num8((netwib_uint8)picmp6->type, in netwib_icmp6_show()
244 netwib_er(netwib_show_array_num8((netwib_uint8)picmp6->code, in netwib_icmp6_show()
H A Diphdr.c80 netwib_er(netwib_show_array_num8((netwib_uint8)piphdr->protocol, in netwib_show_ip4hdr()