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.c58 } iface_t; typedef
68 iface_t *iface; /* a pointer to a linked list of interface structures */
150 iface_t *p; in dump_unit_table()
199 iface_t *p, *cur; in empty_unit_iface()
244 iface_t *p; in find_nth_interface_name()
427 iface_t *iface_ptr, *iface; in translate_IOP_to_pcap_name()
433 iface = malloc(sizeof(iface_t)); /* get memory for a structure */ in translate_IOP_to_pcap_name()
438 memset((char *)iface, 0, sizeof(iface_t)); /* bzero is deprecated(), replaced with memset() */ in translate_IOP_to_pcap_name()
839 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;
1215 iface_t *ifp; in prep_packet()
1296 cifp = (iface_t *)calloc(1, sizeof(iface_t)); in new_interface()
1388 iface_t *ifp; in set_sendif()