• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/

Lines Matching refs:source

5  * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
653 if (strncmp(p->opt.source, "en", 2) != 0) {
666 strlcat(ifr.ifr_name, p->opt.source + 2, sizeof(ifr.ifr_name));
693 (void)strncpy(ifr.ifr_name, p->opt.source, sizeof(ifr.ifr_name));
718 p->opt.source, pcap_strerror(errno));
1350 if (p->opt.rfmon && strncmp(p->opt.source, "wlt", 3) == 0) {
1362 strlcat(ifr.ifr_name, p->opt.source + 3,
1423 p->opt.source, pcap_strerror(errno));
1506 * Check if the given source network device has a '/' separated
1507 * zonename prefix string. The zonename prefixed source device
1513 if ((zonesep = strchr(p->opt.source, '/')) != NULL) {
1518 znamelen = zonesep - p->opt.source;
1519 (void) strlcpy(zonename, p->opt.source, znamelen + 1);
1522 free(p->opt.source);
1523 p->opt.source = lnamep;
1527 p->md.device = strdup(p->opt.source);
1565 if (strncmp(p->opt.source, "en", 2) != 0) {
1573 p->opt.source, ifnamsiz);
1605 wltdev = malloc(strlen(p->opt.source) + 2);
1614 strcat(wltdev, p->opt.source + 2);
1615 free(p->opt.source);
1616 p->opt.source = wltdev;
1687 (void)strncpy(ifrname, p->opt.source, ifnamsiz);
1690 p->opt.source, pcap_strerror(errno));
1708 "BIOCSBLEN: %s: %s", p->opt.source,
1717 (void)strncpy(ifrname, p->opt.source, ifnamsiz);
1750 (void)strncpy(ifrname, p->opt.source, ifnamsiz);
1767 p->opt.source);
2012 * the link-layer source address isn't forcibly overwritten.
2282 strncpy(req.ifm_name, p->opt.source, sizeof req.ifm_name);
2394 (void)strncpy(ifr.ifr_name, p->opt.source,