Home
last modified time | relevance | path

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

/netbsd/external/bsd/libpcap/dist/
H A Dpcap-tc.c495 pcap_if_t *newIf = NULL; in TcCreatePcapIfFromPort() local
497 newIf = (pcap_if_t*)malloc(sizeof(*newIf)); in TcCreatePcapIfFromPort()
498 if (newIf == NULL) in TcCreatePcapIfFromPort()
503 memset(newIf, 0, sizeof(*newIf)); in TcCreatePcapIfFromPort()
509 if (newIf->name == NULL) in TcCreatePcapIfFromPort()
511 free(newIf); in TcCreatePcapIfFromPort()
518 free(newIf->name); in TcCreatePcapIfFromPort()
519 free(newIf); in TcCreatePcapIfFromPort()
527 newIf->next = NULL; in TcCreatePcapIfFromPort()
528 newIf->flags = 0; in TcCreatePcapIfFromPort()
[all …]