Home | History | Annotate | Download | only in iputils

Lines Matching defs:interface

66 struct interface
68 struct in_addr address; /* Used to identify the interface */
69 struct in_addr localaddr; /* Actual address if the interface */
81 * Use 255.255.255.255 for broadcasts - not the interface broadcast
102 static int sendbcastif(int s, char *packet, int packetlen, struct interface *ifp);
103 static int sendmcastif(int s, char *packet, int packetlen, struct sockaddr_in *sin, struct interface *ifp);
155 static struct interface *interfaces;
607 * physical interface. (increment with rap->icmp_wpa * 4 for
626 struct interface *ifp = &interfaces[i];
628 * Verify that the interface matches the destination
636 logdebug("on interface %s, %s\n",
1013 sendbcastif(int s, char *packet, int packetlen, struct interface *ifp)
1056 struct interface *ifp)
1065 logdebug("Multicast to interface %s, %s\n",
1072 logerr("Cannot send multicast packet over interface %s, %s\n",
1081 logerr("Cannot send multicast packet over interface %s, %s\n",
1133 interfaces = (struct interface *)ALLIGN(malloc(numifs *
1134 sizeof(struct interface)));
1146 logperror("initifs: ioctl (get interface configuration)");
1157 logperror("initifs: ioctl (get interface flags)");
1212 logdebug("Found interface %s, flags 0x%x\n",