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

/external/libppp/src/
H A Dasync.c74 async_SetLinkParams(struct async *async, u_int32_t mymap, u_int32_t hismap) argument
77 async->his_accmap = hismap | mymap;
H A Dtty.c227 tty_SetAsyncParams(struct physical *p, u_int32_t mymap, u_int32_t hismap) argument
239 cfg.accm = mymap | hismap;
249 async_SetLinkParams(&p->async, mymap, hismap);
H A Dphysical.c1128 physical_SetAsyncParams(struct physical *p, u_int32_t mymap, u_int32_t hismap) argument
1131 return (*p->handler->setasyncparams)(p, mymap, hismap);
1133 async_SetLinkParams(&p->async, mymap, hismap);

Completed in 1003 milliseconds