HomeSort by relevance Sort by last modified time
    Searched full:lifr (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
sys-solaris.c 295 struct lifreq lifr; local
350 memset(&lifr, 0, sizeof(lifr));
351 strncpy(lifr.lifr_name, plifreq->lifr_name, sizeof(lifr.lifr_name));
352 if (ioctl(fd, SIOCGLIFFLAGS, &lifr) < 0) {
358 fl = lifr.lifr_flags;
371 strncpy(first_ether_name, lifr.lifr_name, sizeof(first_ether_name));
503 struct lifreq lifr; local
506 memset(&lifr, 0, sizeof(lifr))
579 struct lifreq lifr; local
778 struct lifreq lifr; local
1507 struct lifreq lifr; local
1835 struct lifreq lifr; local
1869 struct lifreq lifr; local
1903 struct lifreq lifr; local
    [all...]

Completed in 2037 milliseconds