Searched refs:iface_t (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-sita.c62 } iface_t; typedef in typeref:struct:iface
72 iface_t *iface; /* a pointer to a linked list of interface structures */
146 iface_t *p;
195 iface_t *p, *cur;
236 iface_t *p;
418 iface_t *iface_ptr, *iface;
425 iface = malloc(sizeof(iface_t)); /* get memory for a structure */
430 memset((char *)iface, 0, sizeof(iface_t)); /* bzero is deprecated(), replaced with memset() */
818 iface_t *p;

Completed in 134 milliseconds