Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpcap/
Dfad-getad.c405 pcap_if_t *devlist = NULL; in pcap_findalldevs() local
490 if (add_addr_to_iflist(&devlist, ifa->ifa_name, in pcap_findalldevs()
505 if (devlist != NULL) { in pcap_findalldevs()
506 pcap_freealldevs(devlist); in pcap_findalldevs()
507 devlist = NULL; in pcap_findalldevs()
511 *alldevsp = devlist; in pcap_findalldevs()
/mirbsd/src/usr.sbin/ppp/ppp/
Dphysical.c221 memcpy(p->cfg.devlist, MODEM_LIST, sizeof MODEM_LIST); in physical_Create()
491 dev = p->cfg.devlist; in physical_ShowStatus()
801 p->cfg.devlist[sizeof p->cfg.devlist - 1] = '\0'; in physical_SetDeviceList()
802 for (f = 0, pos = 0; f < argc && pos < sizeof p->cfg.devlist - 1; f++) { in physical_SetDeviceList()
804 p->cfg.devlist[pos++] = '\0'; in physical_SetDeviceList()
805 strncpy(p->cfg.devlist + pos, argv[f], sizeof p->cfg.devlist - pos - 1); in physical_SetDeviceList()
806 pos += strlen(p->cfg.devlist + pos); in physical_SetDeviceList()
1036 dev = p->cfg.devlist; in physical_Open()
Dphysical.h110 char devlist[LINE_LEN]; /* NUL separated list of devices */ member
/mirbsd/src/sbin/bioctl/
Dbioctl.c83 u_int32_t devlist = 0; in main() local