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

  /src/external/bsd/ipf/dist/iplang/
iplang.h 15 } iface_t; typedef in typeref:struct:iface
iplang_y.y 66 iface_t *iflist = NULL, **iftail = &iflist;
67 iface_t *cifp = NULL;
1281 iface_t *ifp;
1362 cifp = (iface_t *)calloc(1, sizeof(iface_t));
1463 iface_t *ifp;
  /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 21 milliseconds