| /src/lib/libc/rpc/ |
| rpc_prot.c | 74 static void accepted(enum accept_stat, struct rpc_err *); 225 accepted(enum accept_stat acpt_stat, struct rpc_err *error) function 303 accepted(msg->acpted_rply.ar_stat, error);
|
| /src/sys/modules/examples/panic_string/ |
| panic_string.c | 90 * A string is accepted if it contains any non-space character. 97 bool accepted; local 100 accepted = false; 105 accepted = true; 111 if (accepted)
|
| /src/external/mit/libuv/dist/test/ |
| test-tcp-reuseport.c | 65 static unsigned int accepted; variable 88 if (accepted == MAX_TCP_CLIENTS) { 120 accepted++; 226 /* Verify if each listener per event loop accepted connections 227 * and the amount of accepted connections matches the one of 230 ASSERT_EQ(accepted, MAX_TCP_CLIENTS);
|
| /src/usr.sbin/syslogd/ |
| tls.h | 51 * guaranteed to be accepted */ 126 accepted:1, /* workaround cf. check_peer_cert*/ member in struct:tls_conn_settings
|
| /src/external/bsd/wpa/dist/src/ap/ |
| ieee802_11_auth.c | 35 int accepted; /* HOSTAPD_ACL_* */ member in struct:hostapd_cached_radius_acl 95 return entry->accepted; 542 cache->accepted = HOSTAPD_ACL_ACCEPT_TIMEOUT; 544 cache->accepted = HOSTAPD_ACL_ACCEPT; 582 cache->accepted = HOSTAPD_ACL_REJECT; 596 cache->accepted = HOSTAPD_ACL_REJECT; 598 cache->accepted = HOSTAPD_ACL_REJECT; 604 bool success = cache->accepted == HOSTAPD_ACL_ACCEPT || 605 cache->accepted == HOSTAPD_ACL_ACCEPT_TIMEOUT; 615 (ieee802_11_set_radius_info(hapd, sta, cache->accepted, [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_nmea.c | 263 u_int accepted; member in struct:__anon7450::__anon7451 617 * + it rejects data that is not from the first accepted sentence in a 967 /* Data will be accepted. Update stats & log data. */ 968 up->tally.accepted++; 1143 up->tally.total, up->tally.accepted,
|