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

/freebsd-13-stable/usr.sbin/ppp/
H A Dasync.c76 async_SetLinkParams(struct async *async, u_int32_t mymap, u_int32_t hismap) argument
79 async->his_accmap = hismap | mymap;
H A Dtty.c229 tty_SetAsyncParams(struct physical *p, u_int32_t mymap, u_int32_t hismap) argument
241 cfg.accm = mymap | hismap;
251 async_SetLinkParams(&p->async, mymap, hismap);
H A Dphysical.c1103 physical_SetAsyncParams(struct physical *p, u_int32_t mymap, u_int32_t hismap) argument
1106 return (*p->handler->setasyncparams)(p, mymap, hismap);
1108 async_SetLinkParams(&p->async, mymap, hismap);

Completed in 124 milliseconds