Searched refs:discovery (Results 26 - 37 of 37) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty_attach.c49 static void ircomm_tty_discovery_indication(discinfo_t *discovery,
168 /* Remove discovery handler */
220 /* Advertise IrCOMM hint bit in discovery */
223 /* Set up a discovery handler */
326 * Function ircomm_tty_discovery_indication (discovery)
332 static void ircomm_tty_discovery_indication(discinfo_t *discovery, argument
344 info.daddr = discovery->daddr;
345 info.saddr = discovery->saddr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet.h45 #include <net/irda/discovery.h>
58 #define DISCOVERY_EVENTS /* Query the discovery log to post events */
59 #define INITIAL_DISCOVERY /* Dump current discovery log as events */
229 int nslots; /* Number of slots for discovery */
235 /* Used by initial discovery on the control channel
237 struct irda_device_info *discoveries; /* Copy of the discovery log */
238 int disco_index; /* Last read in the discovery log */
239 int disco_number; /* Size of the discovery log */
H A Dirnet_irda.c329 * Used in the TSAP discovery procedure.
347 /* Next discovery - before the call to avoid races */
373 * Initiate a TSAP discovery procedure.
374 * It basically look into the discovery log. For each address in the list,
381 * This function just start the whole procedure. It request the discovery
397 /* Ask lmp for the current discovery log */
411 /* Start with the first discovery */
424 /* Cleanup our copy of the discovery log */
444 * It basically look into the discovery log until there is a match.
449 struct irda_device_info *discoveries; /* Copy of the discovery lo
1637 irnet_discovery_indication(discinfo_t * discovery, DISCOVERY_MODE mode, void * priv) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/
H A Dirlap_event.c379 /* Note : the discovery log is not cleaned up here,
388 info->discovery);
415 * Go to reply state until end of discovery to
425 * Most often, all the discovery requests will be received
428 * The big trouble when it happen is that active discovery
432 * Not much. It's too late to answer those discovery frames,
435 * Another cause would be devices that do discovery much
440 IRDA_DEBUG(1, "%s(), Receiving final discovery request, missed the discovery slots :-(\n", __FUNCTION__);
442 /* Last discovery reques
[all...]
H A Dirlmp.c106 /* Do discovery every 3 seconds */
339 * that no more LSAPs will be open on this link and no discovery
413 * discovery log and check if any of the links has discovered a
417 discovery_t *discovery; local
422 discovery = hashbin_find(irlmp->cachelog, daddr, NULL);
425 discovery = (discovery_t *)
429 if (discovery) {
430 saddr = discovery->data.saddr;
431 daddr = discovery->data.daddr;
798 * Do a cleanup of the discovery lo
[all...]
H A Daf_irda.c405 * Function irda_selective_discovery_indication (discovery)
407 * Got a selective discovery indication from IrLMP.
412 static void irda_selective_discovery_indication(discinfo_t *discovery, argument
427 self->cachedaddr = discovery->daddr;
436 * Timeout in the selective discovery process
609 * It basically look into the discovery log. For each address in the list,
623 discinfo_t *discoveries; /* Copy of the discovery log */
632 /* Ask lmp for the current discovery log
682 /* Cleanup our copy of the discovery log */
1215 * 2) This may include selective discovery i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dplugin.c145 discovery(conn);
H A Dpppoe.h252 int discoveryState; /* Where we are in discovery */
253 int discoverySocket; /* Raw socket for discovery frames */
264 int skipDiscovery; /* Skip discovery */
265 int noDiscoverySocket; /* Don't even open discovery socket */
306 void discovery(PPPoEConnection *conn);
H A Ddiscovery.c3 * discovery.c
5 * Perform PPPoE discovery
12 "$Id: discovery.c,v 1.4 2005/03/22 10:22:32 paulus Exp $";
568 *%FUNCTION: discovery
574 * Performs the PPPoE discovery phase
577 discovery(PPPoEConnection *conn) function
583 /* Skip discovery and don't open discovery socket? */
592 /* Skip discovery? */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/irda/
H A Dirlmp.h39 #include <net/irda/discovery.h>
74 /* For selective discovery */
90 DISCOVERY_CALLBACK1 disco_callback; /* Selective discovery */
187 hashbin_t *cachelog; /* Current discovery log */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex249 with this option: tunnels with fixed ttl always make pmtu discovery.
H A Dip-cref.tex1278 If the modifier \verb|lock| is used, no path MTU discovery will be tried,
2400 with this option: tunnelling with a fixed ttl always makes pmtu discovery.
3067 \# {\bf Step 7} --- Restart router discovery and exit.

Completed in 131 milliseconds

12