Home | History | Annotate | Download | only in libpcap

Lines Matching refs:new_string

871 			char *new_string;
877 new_string = (char*)malloc(len);
878 if (new_string != NULL)
881 strcpy_s(new_string, len, p->opt.device + strlen(PCAP_SRC_IF_STRING));
883 p->opt.device = new_string;