HomeSort by: relevance | last modified time | path
    Searched refs:intface (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rtadvd/
config.c 157 getconfig(const char *intface, int exithard)
177 __func__, cap, intface); \
199 if (if_nametoindex(intface) == 0) {
201 __func__, intface);
206 __func__, intface);
208 if ((stat = agetent(tbuf, intface)) <= 0) {
214 __func__, intface);
236 if ((tmp->sdl = if_nametosdl(intface)) == NULL) {
239 __func__, intface);
244 tmp->ifindex = if_nametoindex(intface);
    [all...]
  /src/sys/dev/pcmcia/
pcmcia_cis.c 1050 u_int intface, def, num; local in function:decode_cftable_entry
1058 intface = reg & PCMCIA_TPCE_INDX_INTFACE;
1131 if (intface) {

Completed in 13 milliseconds