Searched refs:in_ether (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Difconfig.c97 * 02 HOST_COPY in_ether
235 static int in_ether(char *bufp, struct sockaddr *sap);
370 if (in_ether(host, &sa)) {
464 in_ether(char *bufp, struct sockaddr *sap) function
H A Dinterface.c1474 static int in_ether(char *bufp, struct sockaddr *sap) function
1497 fprintf(stderr, _("in_ether(%s): invalid ether address!\n"), orig);
1514 fprintf(stderr, _("in_ether(%s): invalid ether address!\n"), orig);
1528 fprintf(stderr, _("in_ether(%s): trailing : ignored!\n"),
1540 fprintf(stderr, _("in_ether(%s): trailing junk!\n"), orig);
1546 fprintf(stderr, "in_ether(%s): %s\n", orig, pr_ether(sap->sa_data));
1557 pr_ether, NULL /* UNUSED in_ether */, NULL
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c1494 static int in_ether(char *bufp, struct sockaddr *sap) function
1517 fprintf(stderr, _("in_ether(%s): invalid ether address!\n"), orig);
1534 fprintf(stderr, _("in_ether(%s): invalid ether address!\n"), orig);
1548 fprintf(stderr, _("in_ether(%s): trailing : ignored!\n"),
1560 fprintf(stderr, _("in_ether(%s): trailing junk!\n"), orig);
1566 fprintf(stderr, "in_ether(%s): %s\n", orig, pr_ether(sap->sa_data));
1577 pr_ether, NULL /* UNUSED in_ether */, NULL

Completed in 94 milliseconds