Home | History | Annotate | Download | only in libpcap

Lines Matching defs:unit

62 typedef struct unit {
63 char *ip; /* this unit's IP address (as extracted from /etc/hosts) */
64 int fd; /* the connection to this unit (if it exists) */
65 int find_fd; /* a big kludge to avoid my programming limitations since I could have this unit open for findalldevs purposes */
67 struct sockaddr_in *serv_addr; /* the address control block for comms to this unit */