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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
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 */
149 iface_t *p;
198 iface_t *p, *cur;
239 iface_t *p;
423 iface_t *iface_ptr, *iface;
430 iface = malloc(sizeof(iface_t)); /* get memory for a structure */
435 memset((char *)iface, 0, sizeof(iface_t)); /* bzero is deprecated(), replaced with memset() */
807 iface_t *p;

Completed in 148 milliseconds