/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-tlc591xx.txt | 35 alive@9 { 36 label = "wrt1900ac:green:alive";
|
/freebsd/usr.sbin/ppp/ |
H A D | radius.c | 1336 timer_Stop(&bundle->radius.alive.timer); in radius_alive() 1337 bundle->radius.alive.timer.load = bundle->radius.alive.interval * SECTICKS; in radius_alive() 1338 if (bundle->radius.alive.timer.load) { in radius_alive() 1341 timer_Start(&bundle->radius.alive.timer); in radius_alive() 1348 if (*bundle->radius.cfg.file && bundle->radius.alive.interval) { in radius_StartTimer() 1349 bundle->radius.alive.timer.func = radius_alive; in radius_StartTimer() 1350 bundle->radius.alive.timer.name = "radius alive"; in radius_StartTimer() 1351 bundle->radius.alive.timer.load = bundle->radius.alive.interval * SECTICKS; in radius_StartTimer() 1352 bundle->radius.alive.timer.arg = bundle; in radius_StartTimer() 1360 timer_Stop(&r->alive.timer); in radius_StopTimer()
|
H A D | radius.h | 77 } alive; member
|
H A D | filter.c | 423 filter = &arg->bundle->filter.alive; in filter_Set() 514 filter = &arg->bundle->filter.alive; in filter_Show() 525 filter[3] = &arg->bundle->filter.alive; in filter_Show()
|
H A D | bundle.h | 128 struct filter alive; /* keep-alive packet filter */ member
|
H A D | bundle.c | 870 bundle.filter.alive.name = "ALIVE"; in bundle_Create() 871 bundle.filter.alive.logok = 1; in bundle_Create() 878 bundle.filter.alive.rule[i].f_action = A_NONE; in bundle_Create() 1863 filter_AdjustAddr(&bundle->filter.alive, local, remote, NULL); in bundle_AdjustFilters() 1874 filter_AdjustAddr(&bundle->filter.alive, NULL, NULL, dns); in bundle_AdjustDNS()
|
H A D | ip.c | 885 FilterCheck(packet, family, &bundle->filter.alive, &alivesecs)) in PacketCheck() 933 if (!FilterCheck(tun.data, af, &bundle->filter.alive, &alivesecs)) { in ip_Input()
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | cap11xx.txt | 72 alive@2 { 73 label = "cap11xx:green:alive";
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.sample | 264 # We don't want certain packets to keep our connection alive 266 set filter alive 0 deny udp src eq 520 # routed 267 set filter alive 1 deny udp dst eq 520 # routed 268 set filter alive 2 deny udp src eq 513 # rwhod 269 set filter alive 3 deny udp src eq 525 # timed 270 set filter alive 4 deny udp src eq 137 # NetBIOS name service 271 set filter alive 5 deny udp src eq 138 # NetBIOS datagram service 272 set filter alive 6 deny tcp src eq 139 # NetBIOS session service 273 set filter alive 7 deny udp dst eq 137 # NetBIOS name service 274 set filter alive 8 deny udp dst eq 138 # NetBIOS datagram service [all …]
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat.c | 391 dotable(natstat_t *nsp, int fd, int alive, int which, char *side) in dotable() argument 418 if (alive) { in dotable() 460 dostats(int fd, natstat_t *nsp, int opts, int alive, int *filter) in dostats() argument 467 dotable(nsp, fd, alive, 0, "in"); in dostats() 470 dotable(nsp, fd, alive, 1, "out"); in dostats() 502 if (alive) in dostats()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 123 uptr *alive) { in GetNumberOfThreads() argument 128 if (alive) *alive = alive_threads_; in GetNumberOfThreads()
|
H A D | sanitizer_thread_registry.h | 95 uptr *alive = nullptr);
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 73 bool alive = false; in isLive() local 75 alive |= liveBindings.contains(BD); in isLive() 80 alive |= liveDecls.contains(DD); in isLive() 81 return alive; in isLive()
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | ltc2952-poweroff.txt | 18 trigger function is ignored and the chip is kept alive
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-context-info-gen3.h | 295 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive);
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | ctxt-info-gen3.c | 275 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive) in iwl_pcie_ctxt_info_gen3_free() 288 if (alive) in iwl_pcie_load_payloads_continuously() 249 iwl_pcie_ctxt_info_gen3_free(struct iwl_trans * trans,bool alive) iwl_pcie_ctxt_info_gen3_free() argument
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_HTTP_REQ_CTX.pod | 124 It must also be used when requesting "keep-alive", 176 given by I<rctx> is still alive, i.e., has not been closed. 214 This may be omitted if the GET method is used and "keep-alive" is not requested.
|
H A D | BIO_connect.pod | 54 Enables regular sending of keep-alive messages.
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-output-test-golden-lin.txt | 246 Expected failure #1 (in thread B, only trace B alive). 253 Expected failure #2 (in thread A, trace A & B both alive). 260 Expected failure #3 (in thread B, trace A & B both alive). 267 Expected failure #4 (in thread B, only trace A alive). 272 Expected failure #5 (in thread A, only trace A alive). 279 Expected failure #6 (in thread A, no trace alive).
|
/freebsd/sys/dev/firewire/ |
H A D | sbp.c | 691 int i, alive; in sbp_probe_target() local 693 alive = SBP_FWDEV_ALIVE(target->fwdev); in sbp_probe_target() 697 (!alive) ? " not " : ""); in sbp_probe_target() 707 if (alive && (sdev->status != SBP_DEV_DEAD)) { in sbp_probe_target() 786 int i, alive; in sbp_post_explore() local 824 alive = SBP_FWDEV_ALIVE(fwdev); in sbp_post_explore() local 833 if (alive) { in sbp_post_explore()
|
H A D | 00README | 75 whether its OS is alive or crashed or hangs up.
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor.ipp | 153 /// exit_handle provided here must remain alive throughout the existence of
|
/freebsd/sys/contrib/device-tree/src/arm/amlogic/ |
H A D | meson8b-odroidc1.dts | 38 label = "c1:blue:alive";
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-gxbb-odroidc2.dts | 54 label = "c2:blue:alive";
|
/freebsd/contrib/smbfs/ |
H A D | HISTORY | 111 - Correct problem with the keep-alive packets
|