HomeSort by: relevance | last modified time | path
    Searched defs:iface_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ipf/dist/iplang/
iplang.h 15 } iface_t; typedef in typeref:struct:iface
  /src/external/bsd/libpcap/dist/
pcap-sita.c 63 } iface_t; typedef in typeref:struct:iface
73 iface_t *iface; /* a pointer to a linked list of interface structures */
155 iface_t *p;
204 iface_t *p, *cur;
249 iface_t *p;
432 iface_t *iface_ptr, *iface;
438 iface = malloc(sizeof(iface_t)); /* get memory for a structure */
443 memset((char *)iface, 0, sizeof(iface_t)); /* bzero is deprecated(), replaced with memset() */
844 iface_t *p;

Completed in 24 milliseconds