Searched defs:sftail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c90 static struct server_filter *sfhead, *sftail; variable in typeref:struct:
784 if (sftail == NULL)
787 sftail->sf_next = sfnew;
788 sftail = sfnew;

Completed in 71 milliseconds