HomeSort by relevance Sort by last modified time
    Searched full:iface_t (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
pcap-sita.c 62 } 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;
    [all...]

Completed in 164 milliseconds