Searched refs:newiface (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dinterface.h57 struct interface *newiface (const char *);
H A Dconfig.c399 if (( niface = newiface( argv[ 0 ] )) == NULL ) {
400 perror( "newiface" );
767 if (( niface = newiface( ifr.ifr_name )) == NULL ) {
768 perror( "newiface" );
796 struct interface *newiface( const char *name) function
H A Dmain.c919 if (( interfaces = newiface( LOOPIFACE )) == NULL ) {
920 perror( "newiface" );
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c1276 char * const newiface = xasprintf("%s=%s", iface, liface); local
1278 llist_add_to_end(&state_list, newiface);
1281 iface_state->data = newiface;

Completed in 133 milliseconds