Searched refs:int1 (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_begemot.c83 ctx->scratch->int1 = storage_tbl_refresh;
88 ctx->scratch->int1 = fs_tbl_refresh;
93 ctx->scratch->int1 = disk_storage_tbl_refresh;
98 ctx->scratch->int1 = network_tbl_refresh;
103 ctx->scratch->int1 = swins_tbl_refresh;
108 ctx->scratch->int1 = swrun_tbl_refresh;
138 storage_tbl_refresh = ctx->scratch->int1;
142 fs_tbl_refresh = ctx->scratch->int1;
146 disk_storage_tbl_refresh = ctx->scratch->int1;
150 network_tbl_refresh = ctx->scratch->int1;
[all...]
/freebsd-current/contrib/bsnmp/snmp_mibII/
H A DmibII_begemot.c59 ctx->scratch->int1 = mibif_force_hc_update_interval;
64 ctx->scratch->int1 = mibII_poll_ticks;
74 mibif_force_hc_update_interval = ctx->scratch->int1;
78 mibII_poll_ticks = ctx->scratch->int1;
87 mibif_force_hc_update_interval = ctx->scratch->int1;
H A DmibII_ip.c184 ctx->scratch->int1 = ip_forwarding ? 1 : 2;
189 ctx->scratch->int1 = old ? 1 : 2;
193 ctx->scratch->int1 = old;
199 ctx->scratch->int1 = ip_defttl;
206 ctx->scratch->int1 = old;
215 if (ctx->scratch->int1 == 1) {
225 if (ctx->scratch->int1 != ctx->scratch->int2)
226 (void)ip_setttl(ctx->scratch->int1, NULL);
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_pf.c87 op, &(ctx->scratch->int1));
94 ctx->scratch->int1 =
H A Dbridge_if.c765 ctx->scratch->int1 = bif->priority;
775 ctx->scratch->int1 = bif->bridge_max_age;
785 ctx->scratch->int1 = bif->bridge_hello_time;
795 ctx->scratch->int1 = bif->bridge_fwd_delay;
805 ctx->scratch->int1 = bif->stp_version;
815 ctx->scratch->int1 = bif->tx_hold_count;
837 bridge_set_priority(bif, ctx->scratch->int1);
840 bridge_set_maxage(bif, ctx->scratch->int1);
843 bridge_set_hello_time(bif, ctx->scratch->int1);
846 bridge_set_forward_delay(bif, ctx->scratch->int1);
[all...]
H A Dbridge_snmp.c154 if ((ctx->scratch->int1 = strlen(bridge_default)) >= IFNAMSIZ)
160 strncpy(ctx->scratch->ptr1, bridge_default, ctx->scratch->int1);
208 ctx->scratch->int1 = bridge_data_maxage;
216 ctx->scratch->int1 = val->v.integer;
225 ctx->scratch->int1);
229 bridge_data_maxage = ctx->scratch->int1;
240 bridge_set_poll_ticks(ctx->scratch->int1 * 100);
H A Dbridge_port.c464 ctx->scratch->int1 = bp->priority;
475 ctx->scratch->int1 = bp->enable;
486 ctx->scratch->int1 = bp->path_cost;
510 ctx->scratch->int1);
514 ctx->scratch->int1);
518 ctx->scratch->int1);
623 ctx->scratch->int1 = bp->admin_edge;
634 ctx->scratch->int1 = bp->admin_ptp;
645 ctx->scratch->int1 = bp->admin_path_cost;
666 ctx->scratch->int1);
[all...]
/freebsd-current/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c180 ctx->scratch->int1 = strlen(addrs->taglist) + 1;
181 ctx->scratch->ptr1 = malloc(ctx->scratch->int1);
185 ctx->scratch->int1);
194 ctx->scratch->int1 = strlen(addrs->paramname) + 1;
195 ctx->scratch->ptr1 = malloc(ctx->scratch->int1);
199 ctx->scratch->int1);
206 ctx->scratch->int1 = addrs->retry;
211 ctx->scratch->int1 = addrs->timeout;
228 ctx->scratch->int1 = addrs->status;
279 ctx->scratch->int1);
[all...]
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c280 ctx->scratch->int1 = wif->mode;
321 ctx->scratch->int1 = wif->status;
326 wif->status = ctx->scratch->int1;
336 ctx->scratch->int1 = wif->state;
360 wif->mode = ctx->scratch->int1;
382 wif->status = ctx->scratch->int1;
383 if (ctx->scratch->int1 == RowStatus_active)
390 wif->state = ctx->scratch->int1;
531 ctx->scratch->int1 = wif->packet_burst;
534 ctx->scratch->int1
[all...]
/freebsd-current/contrib/bsnmp/snmpd/
H A Daction.c389 ctx->scratch->int1 = debug.dump_pdus;
394 ctx->scratch->int1 = snmp_trace;
401 ctx->scratch->int1 = debug.logpri;
411 debug.dump_pdus = ctx->scratch->int1;
415 snmp_trace = ctx->scratch->int1;
419 debug.logpri = ctx->scratch->int1;
559 ctx->scratch->int1 = value->v.integer;
568 snmpd.auth_traps = ctx->scratch->int1;
666 ctx->scratch->int1 = snmpd.txbuf;
674 ctx->scratch->int1
[all...]
H A Dexport.c155 * Save the old IP address in scratch->int1 and set the new one.
160 ctx->scratch->int1 = (valp[0] << 24) | (valp[1] << 16) | (valp[2] << 8)
177 valp[0] = ctx->scratch->int1 >> 24;
178 valp[1] = ctx->scratch->int1 >> 16;
179 valp[2] = ctx->scratch->int1 >> 8;
180 valp[3] = ctx->scratch->int1;
H A Dtrans_inet.c1156 ctx->scratch->int1 = SET_CREATED;
1162 ctx->scratch->int1 = SET_CREATED;
1176 ctx->scratch->int1 = SET_ACTIVATED;
1204 ctx->scratch->int1 = SET_DEACTIVATE;
1216 ctx->scratch->int1 = SET_DESTROY;
1280 switch (ctx->scratch->int1) {
1308 switch (ctx->scratch->int1) {
H A Dtrans_udp.c371 ctx->scratch->int1 = (p != NULL);
398 if (ctx->scratch->int1 == 0) {
411 if (ctx->scratch->int1 == 1) {
/freebsd-current/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c174 ctx->scratch->int1 = strlen(user->group->groupname);
198 ctx->scratch->int1 = user->status;
228 ctx->scratch->int1));
231 if (ctx->scratch->int1 == RowStatus_destroy)
233 user->status = ctx->scratch->int1;
291 ctx->scratch->int1 = acl->ctx_match;
349 ctx->scratch->int1 = acl->status;
371 acl->ctx_match = ctx->scratch->int1;
383 if (ctx->scratch->int1 == RowStatus_destroy)
505 ctx->scratch->int1
[all...]
/freebsd-current/contrib/bsnmp/lib/
H A Dsnmpagent.h59 uint32_t int1; member in struct:snmp_scratch
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c1036 ctx->scratch->int1 = resbufsiz;
1044 ctx->scratch->int1 = timeout;
1052 ctx->scratch->int1 = debug_level;
1070 resbufsiz = ctx->scratch->int1;
1074 timeout = ctx->scratch->int1;
1078 debug_level = ctx->scratch->int1;
1263 ctx->scratch->int1 = TRUTH_GET(value->v.integer);
1264 ctx->scratch->int1 |= (t != NULL) << 1;
1270 if (ctx->scratch->int1 & 1) {
1282 if (!(ctx->scratch->int1
[all...]
/freebsd-current/contrib/bsnmp/snmp_usm/
H A Dusm_snmp.c205 ctx->scratch->int1 = RowStatus_createAndWait;
209 ctx->scratch->int1 = uuser->suser.auth_proto;
242 ctx->scratch->int1 = uuser->suser.priv_proto;
353 uuser->suser.auth_proto = ctx->scratch->int1;
362 uuser->suser.priv_proto = ctx->scratch->int1;
384 if (ctx->scratch->int1 == RowStatus_createAndWait)
/freebsd-current/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c1548 ctx->scratch->int1 = ntp_timeout;
1555 ctx->scratch->int1 = ntp_debug;
1573 ntp_timeout = ctx->scratch->int1;
1577 ntp_debug = ctx->scratch->int1;
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c606 const int int0 = 0, int1 = 1, int255 = 255; local
637 &int1, sizeof(int1)) < 0) {
659 &int1, sizeof(int1)) < 0) {
665 &int1, sizeof(int1)) < 0) {
673 &int1, sizeof(int1)) < 0) {
679 &int1, sizeo
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c302 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; local
322 int1 = entry.uint32_value;
335 if (wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2) < 0)
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c7332 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; local
7344 int1 = atoi(pos);
7357 return wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2);
/freebsd-current/crypto/openssl/test/
H A Dsslapitest.c570 char *int1 = test_mk_file_path(certsdir, "interCA.pem"); local
601 if (!TEST_ptr((crt1 = load_cert_pem(int1, libctx)))
637 OPENSSL_free(int1);

Completed in 219 milliseconds