Home
last modified time | relevance | path

Searched refs:uint32 (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/freebsd-13.1/contrib/libpcap/
H A Drpcap-protocol.h137 typedef unsigned int uint32; /* 32-bit unsigned integer */ typedef
146 uint32 plen; /* Length of the payload of this RPCAP message */
167 uint32 flags; /* Interface flags */
228 uint32 addr; /* IPv4 address */
240 uint32 flowinfo; /* IPv6 flow information */
242 uint32 scope_id; /* Scope zone index */
269 uint32 read_timeout; /* Read timeout in milliseconds */
292 uint32 caplen; /* Length of portion present in the capture */
293 uint32 len; /* Real length this packet (off wire) */
329 uint32 svrcapt; /* Packets captured by the RPCAP daemon and sent on the network */
[all …]
/freebsd-13.1/crypto/openssh/
H A DPROTOCOL.mux11 uint32 packet type
69 uint32 request id
75 uint32 escape char
94 uint32 session id
105 uint32 session id
106 uint32 exit value
118 uint32 session id
125 uint32 request id
143 uint32 request id
149 uint32 server pid
[all …]
H A Dsntrup761.c128 uint32 qpart; in uint32_divmod_uint14()
129 uint32 mask; in uint32_divmod_uint14()
171 uint32 q; in uint32_mod_uint14()
181 uint32 uq,uq2; in int32_divmod_uint14()
183 uint32 mask; in int32_divmod_uint14()
306 uint32 m = M[i]*(uint32) M[i+1]; in Decode()
328 uint32 r1; in Decode()
672 uint32 L[p]; in Short_fromlist()
715 uint32 L[p]; in Short_random()
880 uint32 L[p]; in Generator()
[all …]
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_begemot.c50 value->v.uint32 = storage_tbl_refresh; in op_begemot()
54 value->v.uint32 = fs_tbl_refresh; in op_begemot()
58 value->v.uint32 = disk_storage_tbl_refresh; in op_begemot()
62 value->v.uint32 = network_tbl_refresh; in op_begemot()
66 value->v.uint32 = swins_tbl_refresh; in op_begemot()
70 value->v.uint32 = swrun_tbl_refresh; in op_begemot()
86 storage_tbl_refresh = value->v.uint32; in op_begemot()
91 fs_tbl_refresh = value->v.uint32; in op_begemot()
101 network_tbl_refresh = value->v.uint32; in op_begemot()
106 swins_tbl_refresh = value->v.uint32; in op_begemot()
[all …]
/freebsd-13.1/lib/libsdp/
H A Dutil.c294 uint32_t uint32; in sdp_print() member
323 SDP_GET32(value.uint32, start); in sdp_print()
375 SDP_GET32(value.uint32, start); in sdp_print()
390 SDP_GET32(value.uint32, start); in sdp_print()
391 printf("str32 %*.*s\n", value.uint32, value.uint32, start); in sdp_print()
392 start += value.uint32; in sdp_print()
413 SDP_GET32(value.uint32, start); in sdp_print()
416 start += value.uint32; in sdp_print()
435 start += value.uint32; in sdp_print()
450 printf("url32 %*.*s\n", value.uint32, value.uint32, start); in sdp_print()
[all …]
/freebsd-13.1/contrib/bc/tests/bc/
H A Dlib2.txt312 uint32(0)
322 uint32(1)
334 uint32(127)
346 uint32(128)
358 uint32(129)
370 uint32(255)
382 uint32(256)
391 uint32(32767)
400 uint32(32768)
409 uint32(32769)
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dtouchscreen.yaml15 $ref: /schemas/types.yaml#/definitions/uint32
20 $ref: /schemas/types.yaml#/definitions/uint32
25 $ref: /schemas/types.yaml#/definitions/uint32
29 $ref: /schemas/types.yaml#/definitions/uint32
33 $ref: /schemas/types.yaml#/definitions/uint32
38 $ref: /schemas/types.yaml#/definitions/uint32
42 $ref: /schemas/types.yaml#/definitions/uint32
46 $ref: /schemas/types.yaml#/definitions/uint32
51 $ref: /schemas/types.yaml#/definitions/uint32
56 $ref: /schemas/types.yaml#/definitions/uint32
[all …]
/freebsd-13.1/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c269 value->v.uint32 = ipstat.ips_total; in op_ipstat()
284 value->v.uint32 = ipstat.ips_forward; in op_ipstat()
288 value->v.uint32 = ipstat.ips_noproto; in op_ipstat()
292 value->v.uint32 = ip_idrop; in op_ipstat()
296 value->v.uint32 = ipstat.ips_delivered; in op_ipstat()
300 value->v.uint32 = ipstat.ips_localout; in op_ipstat()
304 value->v.uint32 = ipstat.ips_odropped; in op_ipstat()
308 value->v.uint32 = ipstat.ips_noroute; in op_ipstat()
316 value->v.uint32 = ipstat.ips_fragments; in op_ipstat()
324 value->v.uint32 = ipstat.ips_fragdropped in op_ipstat()
[all …]
H A DmibII_interfaces.c301 value->v.uint32 = in op_ifentry()
306 value->v.uint32 = ifp->mib.ifmd_data.ifi_ibytes; in op_ifentry()
315 value->v.uint32 = ifp->mib.ifmd_data.ifi_imcasts; in op_ifentry()
319 value->v.uint32 = ifp->mib.ifmd_data.ifi_iqdrops; in op_ifentry()
323 value->v.uint32 = ifp->mib.ifmd_data.ifi_ierrors; in op_ifentry()
331 value->v.uint32 = ifp->mib.ifmd_data.ifi_obytes; in op_ifentry()
344 value->v.uint32 = ifp->mib.ifmd_snd_drops; in op_ifentry()
352 value->v.uint32 = ifp->mib.ifmd_snd_len; in op_ifentry()
446 value->v.uint32 = 0; in op_ifxtable()
454 value->v.uint32 = 0; in op_ifxtable()
[all …]
H A DmibII_begemot.c60 mibif_force_hc_update_interval = value->v.uint32; in op_begemot_mibII()
65 mibII_poll_ticks = value->v.uint32; in op_begemot_mibII()
108 value->v.uint32 = mibif_hc_update_interval; in op_begemot_mibII()
112 value->v.uint32 = mibif_force_hc_update_interval; in op_begemot_mibII()
116 value->v.uint32 = mibII_poll_ticks; in op_begemot_mibII()
H A DmibII_ifmib.c63 value->v.uint32 = mib_iftable_last_change - start_tick; in op_ifmib()
65 value->v.uint32 = 0; in op_ifmib()
70 value->v.uint32 = mib_ifstack_last_change - start_tick; in op_ifmib()
72 value->v.uint32 = 0; in op_ifmib()
H A DmibII_tcp.c230 value->v.uint32 = tcpstat.tcps_connattempt; in op_tcp()
234 value->v.uint32 = tcpstat.tcps_accepts; in op_tcp()
238 value->v.uint32 = tcpstat.tcps_conndrops; in op_tcp()
242 value->v.uint32 = tcpstat.tcps_drops; in op_tcp()
246 value->v.uint32 = tcps_states[TCPS_ESTABLISHED] + in op_tcp()
251 value->v.uint32 = tcpstat.tcps_rcvtotal; in op_tcp()
255 value->v.uint32 = tcpstat.tcps_sndtotal - in op_tcp()
260 value->v.uint32 = tcpstat.tcps_sndrexmitpack; in op_tcp()
264 value->v.uint32 = tcpstat.tcps_rcvbadsum + in op_tcp()
/freebsd-13.1/include/rpcsvc/
H A Dnfs_prot.x392 uint32 seconds;
393 uint32 nseconds;
601 uint32 access;
606 uint32 access;
1059 uint32 rtmax;
1060 uint32 rtpref;
1061 uint32 rtmult;
1062 uint32 wtmax;
1063 uint32 wtpref;
1064 uint32 wtmult;
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/
H A Danatop-regulator.yaml22 $ref: '/schemas/types.yaml#/definitions/uint32'
26 $ref: '/schemas/types.yaml#/definitions/uint32'
30 $ref: '/schemas/types.yaml#/definitions/uint32'
34 $ref: '/schemas/types.yaml#/definitions/uint32'
38 $ref: '/schemas/types.yaml#/definitions/uint32'
42 $ref: '/schemas/types.yaml#/definitions/uint32'
46 $ref: '/schemas/types.yaml#/definitions/uint32'
50 $ref: '/schemas/types.yaml#/definitions/uint32'
54 $ref: '/schemas/types.yaml#/definitions/uint32'
58 $ref: '/schemas/types.yaml#/definitions/uint32'
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-timing.yaml65 $ref: /schemas/types.yaml#/definitions/uint32
69 $ref: /schemas/types.yaml#/definitions/uint32
75 - $ref: /schemas/types.yaml#/definitions/uint32
79 - $ref: /schemas/types.yaml#/definitions/uint32-array
88 - $ref: /schemas/types.yaml#/definitions/uint32
92 - $ref: /schemas/types.yaml#/definitions/uint32-array
101 - $ref: /schemas/types.yaml#/definitions/uint32
105 - $ref: /schemas/types.yaml#/definitions/uint32-array
114 - $ref: /schemas/types.yaml#/definitions/uint32
127 - $ref: /schemas/types.yaml#/definitions/uint32
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Diqs269a.yaml43 $ref: /schemas/types.yaml#/definitions/uint32
58 $ref: /schemas/types.yaml#/definitions/uint32
71 $ref: /schemas/types.yaml#/definitions/uint32
78 $ref: /schemas/types.yaml#/definitions/uint32
85 $ref: /schemas/types.yaml#/definitions/uint32
92 $ref: /schemas/types.yaml#/definitions/uint32
153 $ref: /schemas/types.yaml#/definitions/uint32
168 $ref: /schemas/types.yaml#/definitions/uint32
184 $ref: /schemas/types.yaml#/definitions/uint32
202 $ref: /schemas/types.yaml#/definitions/uint32
[all …]
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c1392 val->v.uint32 = wif->stats.is_rx_dup; in op_wlan_iface_stats()
1413 val->v.uint32 = wif->stats.is_rx_decap; in op_wlan_iface_stats()
1419 val->v.uint32 = wif->stats.is_rx_ctl; in op_wlan_iface_stats()
1482 val->v.uint32 = wif->stats.is_rx_nobuf; in op_wlan_iface_stats()
1515 val->v.uint32 = wif->stats.is_rx_acl; in op_wlan_iface_stats()
1518 val->v.uint32 = wif->stats.is_tx_nobuf; in op_wlan_iface_stats()
1536 val->v.uint32 = wif->stats.is_tx_frags; in op_wlan_iface_stats()
1626 val->v.uint32 = wif->stats.is_rx_mgmt; in op_wlan_iface_stats()
1713 val->v.uint32 = wif->stats.is_scan_bg; in op_wlan_iface_stats()
1734 val->v.uint32 = wif->stats.is_tx_ctl; in op_wlan_iface_stats()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/mmc/
H A Dcdns,sdhci.yaml39 $ref: "/schemas/types.yaml#/definitions/uint32"
45 $ref: "/schemas/types.yaml#/definitions/uint32"
51 $ref: "/schemas/types.yaml#/definitions/uint32"
57 $ref: "/schemas/types.yaml#/definitions/uint32"
63 $ref: "/schemas/types.yaml#/definitions/uint32"
69 $ref: "/schemas/types.yaml#/definitions/uint32"
75 $ref: "/schemas/types.yaml#/definitions/uint32"
86 $ref: "/schemas/types.yaml#/definitions/uint32"
94 $ref: "/schemas/types.yaml#/definitions/uint32"
102 $ref: "/schemas/types.yaml#/definitions/uint32"
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/spi/
H A Dspi-pl022.yaml50 $ref: "/schemas/types.yaml#/definitions/uint32"
83 $ref: "/schemas/types.yaml#/definitions/uint32"
91 $ref: "/schemas/types.yaml#/definitions/uint32"
100 $ref: "/schemas/types.yaml#/definitions/uint32"
106 $ref: "/schemas/types.yaml#/definitions/uint32"
112 $ref: "/schemas/types.yaml#/definitions/uint32"
118 $ref: "/schemas/types.yaml#/definitions/uint32"
123 $ref: "/schemas/types.yaml#/definitions/uint32"
/freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra124-emc.yaml42 $ref: /schemas/types.yaml#/definitions/uint32
58 $ref: /schemas/types.yaml#/definitions/uint32
64 $ref: /schemas/types.yaml#/definitions/uint32
70 $ref: /schemas/types.yaml#/definitions/uint32
78 $ref: /schemas/types.yaml#/definitions/uint32
83 $ref: /schemas/types.yaml#/definitions/uint32
88 $ref: /schemas/types.yaml#/definitions/uint32
93 $ref: /schemas/types.yaml#/definitions/uint32
98 $ref: /schemas/types.yaml#/definitions/uint32
103 $ref: /schemas/types.yaml#/definitions/uint32
[all …]
H A Dingenic,nemc.yaml48 $ref: /schemas/types.yaml#/definitions/uint32
53 $ref: /schemas/types.yaml#/definitions/uint32
57 $ref: /schemas/types.yaml#/definitions/uint32
61 $ref: /schemas/types.yaml#/definitions/uint32
65 $ref: /schemas/types.yaml#/definitions/uint32
69 $ref: /schemas/types.yaml#/definitions/uint32
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dl2c2x0.yaml94 $ref: /schemas/types.yaml#/definitions/uint32
121 $ref: /schemas/types.yaml#/definitions/uint32
130 $ref: /schemas/types.yaml#/definitions/uint32
136 $ref: /schemas/types.yaml#/definitions/uint32
142 $ref: /schemas/types.yaml#/definitions/uint32
148 $ref: /schemas/types.yaml#/definitions/uint32
153 $ref: /schemas/types.yaml#/definitions/uint32
187 $ref: /schemas/types.yaml#/definitions/uint32
195 $ref: /schemas/types.yaml#/definitions/uint32
203 $ref: /schemas/types.yaml#/definitions/uint32
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/extcon/
H A Dwlf,arizona.yaml26 $ref: "/schemas/types.yaml#/definitions/uint32"
54 $ref: "/schemas/types.yaml#/definitions/uint32"
66 $ref: "/schemas/types.yaml#/definitions/uint32"
74 $ref: "/schemas/types.yaml#/definitions/uint32"
82 $ref: "/schemas/types.yaml#/definitions/uint32"
88 $ref: "/schemas/types.yaml#/definitions/uint32"
101 $ref: "/schemas/types.yaml#/definitions/uint32-matrix"
123 $ref: "/schemas/types.yaml#/definitions/uint32"
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dqcom-wled.yaml60 $ref: /schemas/types.yaml#/definitions/uint32
76 $ref: /schemas/types.yaml#/definitions/uint32
81 $ref: /schemas/types.yaml#/definitions/uint32
89 $ref: /schemas/types.yaml#/definitions/uint32
96 $ref: /schemas/types.yaml#/definitions/uint32
103 $ref: /schemas/types.yaml#/definitions/uint32
111 $ref: /schemas/types.yaml#/definitions/uint32-array
147 $ref: /schemas/types.yaml#/definitions/uint32
160 $ref: /schemas/types.yaml#/definitions/uint32
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Dsnps,dma-spear1340.yaml54 $ref: /schemas/types.yaml#definitions/uint32
63 $ref: /schemas/types.yaml#definitions/uint32
71 $ref: /schemas/types.yaml#definitions/uint32
80 $ref: /schemas/types.yaml#definitions/uint32
85 $ref: /schemas/types.yaml#/definitions/uint32-array
93 $ref: /schemas/types.yaml#/definitions/uint32-array
113 $ref: /schemas/types.yaml#/definitions/uint32-array
124 $ref: /schemas/types.yaml#/definitions/uint32-array
139 $ref: /schemas/types.yaml#definitions/uint32

12345678910>>...12