| /freebsd-12.1/contrib/libpcap/ |
| H A D | rpcap-protocol.h | 190 typedef unsigned int uint32; /* 32-bit unsigned integer */ typedef 199 uint32 plen; /* Length of the payload of this RPCAP message */ 207 uint32 flags; /* Interface flags */ 268 uint32 addr; /* IPv4 address */ 280 uint32 flowinfo; /* IPv6 flow information */ 282 uint32 scope_id; /* Scope zone index */ 309 uint32 read_timeout; /* Read timeout in milliseconds */ 332 uint32 caplen; /* Length of portion present in the capture */ 333 uint32 len; /* Real length this packet (off wire) */ 369 uint32 svrcapt; /* Packets captured by the RPCAP daemon and sent on the network */ [all …]
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | PROTOCOL.mux | 14 uint32 MUX_MSG_HELLO 32 uint32 request id 38 uint32 escape char 57 uint32 session id 68 uint32 session id 69 uint32 exit value 81 uint32 session id 88 uint32 request id 94 uint32 server pid 101 uint32 request id [all …]
|
| H A D | PROTOCOL | 184 uint32 sender channel 187 uint32 tunnel mode 214 uint32 packet length 251 uint32 reserved 348 uint32 id 380 uint32 id 397 uint32 id 403 uint32 id 410 uint32 id 437 uint32 id [all …]
|
| H A D | PROTOCOL.key | 26 uint32 rounds 36 uint32 checkint 37 uint32 checkint
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | xtensa-isa.h | 30 #ifndef uint32 31 #define uint32 unsigned int macro 80 typedef uint32 xtensa_insnbuf_word; 183 extern uint32 xtensa_operand_get_field (xtensa_operand, const xtensa_insnbuf); 185 extern void xtensa_operand_set_field (xtensa_operand, xtensa_insnbuf, uint32); 206 extern xtensa_encode_result xtensa_operand_encode (xtensa_operand, uint32 *); 208 extern uint32 xtensa_operand_decode (xtensa_operand, uint32); 223 extern uint32 xtensa_operand_do_reloc (xtensa_operand, uint32, uint32); 225 extern uint32 xtensa_operand_undo_reloc (xtensa_operand, uint32, uint32);
|
| H A D | xtensa-isa-internal.h | 32 typedef uint32 (*xtensa_immed_decode_fn) (uint32); 33 typedef xtensa_encode_result (*xtensa_immed_encode_fn) (uint32 *); 36 typedef uint32 (*xtensa_get_field_fn) (const xtensa_insnbuf); 37 typedef void (*xtensa_set_field_fn) (xtensa_insnbuf, uint32); 40 typedef uint32 (*xtensa_do_reloc_fn) (uint32, uint32); 41 typedef uint32 (*xtensa_undo_reloc_fn) (uint32, uint32);
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | hostres_begemot.c | 50 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 …]
|
| H A D | hostres_scalars.c | 385 return (OS_getSystemUptime(&value->v.uint32)); in op_hrSystem() 391 value->v.uint32 = 0; /* FIXME */ in op_hrSystem() 401 return (OS_getSystemNumUsers(&value->v.uint32)); in op_hrSystem() 404 return (OS_getSystemProcesses(&value->v.uint32)); in op_hrSystem() 407 return (OS_getSystemMaxProcesses(&value->v.uint32)); in op_hrSystem() 479 return (OS_getMemorySize(&value->v.uint32)); in op_hrStorage()
|
| /freebsd-12.1/lib/libsdp/ |
| H A D | util.c | 294 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-12.1/contrib/bsnmp/snmp_mibII/ |
| H A D | mibII_ip.c | 269 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 D | mibII_interfaces.c | 301 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 D | mibII_begemot.c | 60 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 D | mibII_ifmib.c | 63 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 D | mibII_tcp.c | 230 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()
|
| H A D | mibII_udp.c | 177 value->v.uint32 = udpstat.udps_ipackets; in op_udp() 181 value->v.uint32 = udpstat.udps_noport + in op_udp() 187 value->v.uint32 = udpstat.udps_hdrops + in op_udp() 194 value->v.uint32 = udpstat.udps_opackets; in op_udp()
|
| /freebsd-12.1/include/rpcsvc/ |
| H A D | nfs_prot.x | 392 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-12.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_snmp.c | 1393 val->v.uint32 = wif->stats.is_rx_dup; in op_wlan_iface_stats() 1414 val->v.uint32 = wif->stats.is_rx_decap; in op_wlan_iface_stats() 1420 val->v.uint32 = wif->stats.is_rx_ctl; in op_wlan_iface_stats() 1483 val->v.uint32 = wif->stats.is_rx_nobuf; in op_wlan_iface_stats() 1516 val->v.uint32 = wif->stats.is_rx_acl; in op_wlan_iface_stats() 1519 val->v.uint32 = wif->stats.is_tx_nobuf; in op_wlan_iface_stats() 1537 val->v.uint32 = wif->stats.is_tx_frags; in op_wlan_iface_stats() 1627 val->v.uint32 = wif->stats.is_rx_mgmt; in op_wlan_iface_stats() 1714 val->v.uint32 = wif->stats.is_scan_bg; in op_wlan_iface_stats() 1735 val->v.uint32 = wif->stats.is_tx_ctl; in op_wlan_iface_stats() [all …]
|
| /freebsd-12.1/tools/test/testfloat/ |
| H A D | testCases.c | 44 static const uint32 int32P1[ int32NumP1 ] = { 775 static const uint32 float32QIn[ float32NumQIn ] = { 800 static const uint32 float32QOut[ float32NumQOut ] = { 853 static const uint32 float32P1[ float32NumP1 ] = { 860 static const uint32 float32P2[ float32NumP2 ] = { 1099 ( ( (uint32) ( randomUint8() & 1 ) )<<31 ) in float32RandomQInfP3() 1116 ( ( (uint32) ( randomUint8() & 1 ) )<<31 ) in float32RandomQInfPInf() 1158 static const uint32 float64QIn[ float64NumQIn ] = { 1581 uint32 sig1Low, sig2Low, zLow; in float64RandomQOutP3() 1651 uint32 sig1Low, sig2Low, zLow; in float64RandomQInfP3() [all …]
|
| H A D | random.c | 47 uint32 randomUint32( void ) in randomUint32() 50 return ( ( (uint32) random()<<16) | ( (uint32) random() & 0x0000ffff) ); in randomUint32()
|
| /freebsd-12.1/contrib/bsnmp/snmpd/ |
| H A D | action.c | 345 value->v.uint32 = systemg.or_last_change; in op_system_group() 374 value->v.uint32 = snmp_trace; in op_debug() 395 snmp_trace = value->v.uint32; in op_debug() 494 value->v.uint32 = objres->uptime; in op_or_table() 517 value->v.uint32 = snmpd_stats.inPkts; in op_snmp() 597 value->v.uint32 = snmpd_stats.noRxbuf; in op_snmpd_stats() 601 value->v.uint32 = snmpd_stats.noTxbuf; in op_snmpd_stats() 605 value->v.uint32 = snmpd_stats.inTooLong; in op_snmpd_stats() 655 value->v.uint32 = snmpd.version_enable; in op_snmpd_config() 700 if (value->v.uint32 == 0 || in op_snmpd_config() [all …]
|
| /freebsd-12.1/contrib/ngatm/snmp_atm/ |
| H A D | snmp_atm.c | 479 value->v.uint32 = aif->pub.mib->pcr; in op_atmif() 487 value->v.uint32 = aif->pub.mib->vpi_bits; in op_atmif() 491 value->v.uint32 = aif->pub.mib->vci_bits; in op_atmif() 495 value->v.uint32 = aif->pub.mib->max_vpcs; in op_atmif() 499 value->v.uint32 = aif->pub.mib->max_vccs; in op_atmif() 542 value->v.uint32 = aif->pub.mib->serial; in op_atmhw() 546 value->v.uint32 = aif->pub.mib->hw_version; in op_atmhw() 550 value->v.uint32 = aif->pub.mib->sw_version; in op_atmhw() 573 value->v.uint32 = in op_atm()
|
| /freebsd-12.1/sys/xen/interface/ |
| H A D | sysctl.h | 308 XEN_GUEST_HANDLE_64(uint32) affected_cpus; 309 XEN_GUEST_HANDLE_64(uint32) scaling_available_frequencies; 400 XEN_GUEST_HANDLE(uint32) status; 536 XEN_GUEST_HANDLE_64(uint32) distance; 695 XEN_GUEST_HANDLE_64(uint32) nodes;
|
| /freebsd-12.1/contrib/apr-util/memcache/ |
| H A D | apr_memcache.c | 1623 else mc_do_stat(pid, uint32) in update_stats() 1624 else mc_do_stat(uptime, uint32) in update_stats() 1625 else mc_do_stat(pointer_size, uint32) in update_stats() 1629 else mc_do_stat(curr_items, uint32) in update_stats() 1630 else mc_do_stat(total_items, uint32) in update_stats() 1635 else mc_do_stat(cmd_get, uint32) in update_stats() 1636 else mc_do_stat(cmd_set, uint32) in update_stats() 1637 else mc_do_stat(get_hits, uint32) in update_stats() 1638 else mc_do_stat(get_misses, uint32) in update_stats() 1642 else mc_do_stat(limit_maxbytes, uint32) in update_stats() [all …]
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_pf/ |
| H A D | pf_snmp.c | 170 val->v.uint32 = pfs.running; in pf_status() 175 val->v.uint32 = runtime * 100; in pf_status() 178 val->v.uint32 = pfs.debug; in pf_status() 252 val->v.uint32 = pfs.states; in pf_statetable() 292 val->v.uint32 = pfs.src_nodes; in pf_srcnodes() 351 val->v.uint32 = pl.limit; in pf_limits() 538 val->v.uint32 = pfi_table_count; in pf_interfaces() 591 val->v.uint32 = in pf_iftable() 685 val->v.uint32 = pft_table_count; in pf_tables() 738 val->v.uint32 = in pf_tbltable() [all …]
|
| /freebsd-12.1/usr.sbin/bluetooth/sdpcontrol/ |
| H A D | search.c | 171 uint32_t uint32; in print_protocol_descriptor() member 187 SDP_GET32(value.uint32, start); in print_protocol_descriptor() 188 fprintf(stdout, "\t%#8.8x\n", value.uint32); in print_protocol_descriptor() 236 SDP_GET32(value.uint32, start); in print_protocol_descriptor() 237 fprintf(stdout, "u/int/uuid32 %u\n", value.uint32); in print_protocol_descriptor()
|