Searched refs:broadcast (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Drtutil.h49 const struct in_addr broadcast);
H A Difutil.h61 const struct in_addr * broadcast);
H A Drtutil.c221 const struct in_addr broadcast)
230 /* remove permanent arp entries for the IP and IP broadcast.
237 if (broadcast.s_addr) {
238 (void)arp_delete(s, broadcast, 0);
220 flush_routes(int if_index, const struct in_addr ip, const struct in_addr broadcast) argument
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dnetwork.h26 broadcast; /* Broadcast address */ member in struct:cupsd_netif_s
H A Dnetwork.c203 memcpy(&(temp->broadcast), addr->ifa_dstaddr,
217 memcpy(&(temp->broadcast), addr->ifa_dstaddr,
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_dhcp.h42 const struct in_addr * broadcast);
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dperfb.idl120 [broadcast] void perfb_brd
H A Dperf.idl203 [broadcast] void perf_brd
218 * Null maybe, broadcast procedure
220 [broadcast, maybe] void perf_brd_maybe
345 [broadcast] void perf_brd_fault
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dasl.conf.ios11 # broadcast emergency messages
12 ? [= Level emergency] broadcast
H A Dasl.conf11 # broadcast emergency messages
12 ? [= Level emergency] broadcast
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dinterfaceiter.h56 isc_netaddr_t broadcast; /*&< Broadcast address. */ member in struct:isc_interface
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dmonitor.rb146 def broadcast method in class:MonitorMixin
148 @cond.broadcast
H A Dthread.rb101 def broadcast method in class:ConditionVariable
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dasl_sim.conf14 # broadcast emergency messages
15 ? [= Level emergency] broadcast
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbootpd.h66 boolean_t broadcast, struct in_addr * dest_p);
/macosx-10.10.1/ruby-106/ruby/test/thread/
H A Dtest_cv.rb74 condvar.broadcast
189 assert_nothing_raised(Exception) { mutex.synchronize {condvar.broadcast} }
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DThreadingPrimitives.h102 WTF_EXPORT_PRIVATE void broadcast();
H A DMessageQueue.h105 m_condition.broadcast();
228 m_condition.broadcast();
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dthread_pool.rb123 @join_cond.broadcast if @threads.empty?
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dthreading.cpp146 void Condition::broadcast() function in class:Condition
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dthreading.cpp146 void Condition::broadcast() function in class:Condition
/macosx-10.10.1/bootp-298/bootplib/
H A Dinterfaces.h72 struct in_addr broadcast; member in struct:__anon6724
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dwinpkg.rb113 def broadcast(keynam, timeout=nil) method in class:Tk
115 tk_call('registry', 'broadcast', keynam, '-timeout', timeout)
117 tk_call('registry', 'broadcast', keynam)
/macosx-10.10.1/ntp-92/sntp/
H A Dsntp-opts.def120 name = broadcast;
124 arg-name = "broadcast-address";
126 If specified SNTP will listen to the specified broadcast address
140 When waiting for a broadcast packet SNTP will wait the number
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgexec.c245 boolean broadcast; local
505 broadcast = ((hdrp->flags & RPC_C_DG_PF_BROADCAST) != 0);
991 * If this was a broadcast request and we're either rejecting the call
995 if (broadcast &&
1130 * and "broadcast" are tagged as "idempotent".) For idempotent calls

Completed in 259 milliseconds

123