Home
last modified time | relevance | path

Searched refs:receiver (Results 1 – 25 of 164) sorted by relevance

1234567

/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Deth_p_oui.c28 struct dl_list receiver; member
54 struct eth_p_oui_ctx *receiver; in eth_p_rx() local
73 dl_list_for_each(receiver, &iface->receiver, in eth_p_rx()
75 if (buf[0] != receiver->oui_suffix) in eth_p_rx()
78 eth_p_oui_deliver(receiver, ethhdr->h_source, ethhdr->h_dest, in eth_p_rx()
92 struct eth_p_oui_ctx *receiver; in eth_p_oui_register() local
96 receiver = os_zalloc(sizeof(*receiver)); in eth_p_oui_register()
97 if (!receiver) in eth_p_oui_register()
100 receiver->oui_suffix = oui_suffix; in eth_p_oui_register()
101 receiver->rx_callback = rx_callback; in eth_p_oui_register()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dgetopt.d728 alias receiver = opts[2]; in getoptImpl() local
734 alias receiver = opts[1]; in getoptImpl() local
748 bool optWasHandled = handleOption(option, receiver, args, cfg, incremental); in getoptImpl()
802 private bool handleOption(R)(string option, R receiver, ref string[] args, in handleOption()
855 static if (is(typeof(*receiver) == bool)) in handleOption()
860 *receiver = to!(typeof(*receiver))(val); in handleOption()
865 *receiver = true; in handleOption()
873 (is(typeof(receiver) == delegate) || is(typeof(*receiver) == function)) && in handleOption()
874 !is(typeof(receiver("", ""))); in handleOption()
884 static if (is(typeof(*receiver) == enum)) in handleOption()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dgetopt.d728 auto receiver = opts[2]; in getoptImpl() local
734 auto receiver = opts[1]; in getoptImpl() local
748 bool optWasHandled = handleOption(option, receiver, args, cfg, incremental); in getoptImpl()
802 private bool handleOption(R)(string option, R receiver, ref string[] args, in handleOption()
855 static if (is(typeof(*receiver) == bool)) in handleOption()
860 *receiver = to!(typeof(*receiver))(val); in handleOption()
865 *receiver = true; in handleOption()
874 (is(typeof(receiver) == delegate) || is(typeof(*receiver) == function)) && in handleOption()
875 !is(typeof(receiver("", ""))); in handleOption()
885 static if (is(typeof(*receiver) == enum)) in handleOption()
[all …]
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A DREADME.stats23 140.173.96.1 peer identifier (IP address or receiver identifier)
59 127.127.4.1 receiver identifier (Spectracom 8170/Netclock-2)
62 In the case of the Austron GPS receiver, a good deal of additional
69 Spectracom 8170/Netclock-2 WWVB receiver
73 The '?' and 'A' characters are present only when the receiver is
80 The '?' character is present only when the receiver is unsynchronized.
82 Austron 2200A/2201A GPS receiver
86 The '?' character is present only when the receiver is unsynchronized.
102 relative to receiver oscillator time. The following data are typical
118 These data show the receiver model number and option configuration.
[all …]
H A DREADME11 In the case of the Austron 2201A GPS receiver, the clockstats file
25 the Austorn 220aA GPS receiver. The S utility is automatically run
H A DREADME.timecodes23 quality. When the alarm indicator it on, the receiver is not operating
25 alarm indicator is off and the quality indicator is on, the receiver has
140 lost for an extended period. A receiver unlock condition is
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Drefclocks11 127.127.4.x SPECTRACOM WWVB receiver 8170 and Netclock/2
12 127.127.5.x Kinimetric Truetime 468-DC GOES receiver
14 127.127.7.x CHU Timecode (via normal receiver & Bell 103 modem)
21 8.16-19 Walter Schmid DCF receiver (Kit)
22 8.20-23 Conrad DCF77 receiver module + level converter (Kit)
26 8.32-35 Trimble SV6 GPS receiver
27 127.127.9.x MX4200 GPS receiver
H A Dparse18 - Schmid receiver (DCF77)
24 - Trimble SV6 GPS receiver
75 Conrad DCF77 receiver (email: time@informatik.uni-erlangen.de)
79 Trimble SV6 GPS receiver
/netbsd-src/external/bsd/ntp/dist/
H A DREADME.refclocks37 GPS_JUPITER 31 /* Rockwell Jupiter GPS receiver */
38 CHRONOLOG 32 /* Chrono-log K WWVB receiver */
40 ULINK 34 /* Ultralink M320 WWVB receiver */
44 HOPF_SERIAL 38 /* hopf DCF77/GPS serial line receiver */
45 HOPF_PCI 39 /* hopf DCF77/GPS PCI receiver */
46 JJY 40 /* JJY receiver */
48 ZYFER 42 /* Zyfer GPStarplus receiver */
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dnil_method.c52 nil_method (id receiver, SEL op __attribute__ ((__unused__))) in nil_method() argument
54 return receiver; in nil_method()
H A Dsendmsg.c245 get_implementation (id receiver, Class class, SEL sel) in get_implementation() argument
277 res = get_implementation (receiver, class, sel); in get_implementation()
306 res = __objc_get_forward_imp (receiver, sel); in get_implementation()
434 objc_msg_lookup (id receiver, SEL op) in objc_msg_lookup() argument
437 if (receiver) in objc_msg_lookup()
440 result = sarray_get_safe (receiver->class_pointer->dtable, in objc_msg_lookup()
448 result = get_implementation (receiver, receiver->class_pointer, op); in objc_msg_lookup()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dnil_method.c52 nil_method (id receiver, SEL op __attribute__ ((__unused__))) in nil_method() argument
54 return receiver; in nil_method()
H A Dsendmsg.c245 get_implementation (id receiver, Class class, SEL sel) in get_implementation() argument
277 res = get_implementation (receiver, class, sel); in get_implementation()
306 res = __objc_get_forward_imp (receiver, sel); in get_implementation()
434 objc_msg_lookup (id receiver, SEL op) in objc_msg_lookup() argument
437 if (receiver) in objc_msg_lookup()
440 result = sarray_get_safe (receiver->class_pointer->dtable, in objc_msg_lookup()
448 result = get_implementation (receiver, receiver->class_pointer, op); in objc_msg_lookup()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp382 static void applyRewrite(EditsReceiver &receiver, in applyRewrite() argument
399 receiver.remove(range); in applyRewrite()
404 receiver.replace(range, text); in applyRewrite()
406 receiver.insert(Loc, text); in applyRewrite()
409 void EditedSource::applyRewrites(EditsReceiver &receiver, in applyRewrites() argument
437 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
445 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp136 #define NEW_RECEIVER(receiver) \ argument
137 llvm::DenseMap<Selector, uint8_t> &receiver##M = \
138 UIMethods.insert({&Ctx.Idents.get(#receiver), \
141 #define ADD_NULLARY_METHOD(receiver, method, argument) \ argument
142 receiver##M.insert( \
144 #define ADD_UNARY_METHOD(receiver, method, argument) \ argument
145 receiver##M.insert( \
147 #define ADD_METHOD(receiver, method_list, count, argument) \ argument
148 receiver##M.insert({Ctx.Selectors.getSelector(count, method_list), argument});
610 #define LSM_INSERT_NULLARY(receiver, method_name) \ argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp48 Expr *receiver = ME->getInstanceReceiver(); in VisitObjCMessageExpr() local
49 if (!receiver) in VisitObjCMessageExpr()
52 DeclRefExpr *refE = dyn_cast<DeclRefExpr>(receiver->IgnoreParenCasts()); in VisitObjCMessageExpr()
H A DTransformActions.cpp147 void applyRewrites(TransformActions::RewriteReceiver &receiver);
558 TransformActions::RewriteReceiver &receiver) { in applyRewrites() argument
563 receiver.insert(loc, *TI); in applyRewrites()
571 receiver.increaseIndentation(range, I->second); in applyRewrites()
577 receiver.remove(range); in applyRewrites()
676 void TransformActions::applyRewrites(RewriteReceiver &receiver) { in applyRewrites() argument
677 static_cast<TransformActionsImpl*>(Impl)->applyRewrites(receiver); in applyRewrites()
/netbsd-src/tests/lib/libc/sys/
H A Dt_sendrecv.c82 receiver(int sd) in receiver() function
152 receiver(sd[1]); in sendrecv()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Ddove-cubox.dts60 ir_recv: ir-receiver {
61 compatible = "gpio-ir-receiver";
H A Drk3188-radxarock.dts74 ir_recv: gpio-ir-receiver {
75 compatible = "gpio-ir-receiver";
330 ir-receiver {
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3399-nanopc-t4.dts49 ir-receiver {
50 compatible = "gpio-ir-receiver";
H A Drk3308-roc-cc.dts23 compatible = "gpio-ir-receiver";
159 ir-receiver {
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Dmessage.h88 objc_EXPORT IMP objc_msg_lookup (id receiver, SEL op);
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Dmessage.h88 objc_EXPORT IMP objc_msg_lookup (id receiver, SEL op);
/netbsd-src/external/bsd/ntp/dist/parseutil/
H A DREADME12 dcfd: simple DCF77 raw impulse receiver with NTP loopfilter

1234567