Home | History | Annotate | Download | only in libpcap

Lines Matching full:iface_t

60 } iface_t;
70 iface_t *iface; /* a pointer to a linked list of interface structures */
144 iface_t *p;
193 iface_t *p, *cur;
238 iface_t *p;
420 iface_t *iface_ptr, *iface;
427 iface = malloc(sizeof(iface_t)); /* get memory for a structure */
432 memset((char *)iface, 0, sizeof(iface_t)); /* bzero is deprecated(), replaced with memset() */
823 iface_t *p;