Home
last modified time | relevance | path

Searched refs:sendbcastif (Results 1 – 1 of 1) sorted by relevance

/external/iputils/
Drdisc.c102 static int sendbcastif(int s, char *packet, int packetlen, struct interface *ifp);
620 cc = sendbcastif(s, (char *)outpack, packetlen, in advertise()
1004 cc = sendbcastif(s, packet, packetlen, &interfaces[i]); in sendbcast()
1013 sendbcastif(int s, char *packet, int packetlen, struct interface *ifp) in sendbcastif() function