Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-sita.c60 } iface_t; typedef
70 iface_t *iface; /* a pointer to a linked list of interface structures */
152 iface_t *p; in dump_unit_table()
201 iface_t *p, *cur; in empty_unit_iface()
246 iface_t *p; in find_nth_interface_name()
429 iface_t *iface_ptr, *iface; in translate_IOP_to_pcap_name()
435 iface = malloc(sizeof(iface_t)); /* get memory for a structure */ in translate_IOP_to_pcap_name()
440 memset((char *)iface, 0, sizeof(iface_t)); /* bzero is deprecated(), replaced with memset() */ in translate_IOP_to_pcap_name()
841 iface_t *p; in acn_open_live()
/freebsd/sbin/ipf/iplang/
H A Diplang.h14 } iface_t; typedef
H A Diplang_y.y54 iface_t *iflist = NULL, **iftail = &iflist;
55 iface_t *cifp = NULL;
1214 iface_t *ifp; in prep_packet()
1295 cifp = (iface_t *)calloc(1, sizeof(iface_t)); in new_interface()
1387 iface_t *ifp; in set_sendif()