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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_var.h93 } at_if_cfg_t; typedef in typeref:struct:__anon264
245 #define AIOCGETIFCFG _IOWR('a', 2, at_if_cfg_t) /* get AT interface cfg */
253 #define AIOCSIFADDR _IOW('a', 9, at_if_cfg_t) /* init AT interface */
H A Dat.c62 int lap_online( at_ifaddr_t *, at_if_cfg_t *cfgp);
191 at_if_cfg_t *cfgp = (at_if_cfg_t *)data;
623 at_if_cfg_t *cfgp = (at_if_cfg_t *)data;
H A Dddp_lap.c152 int lap_online( at_ifaddr_t *, at_if_cfg_t *cfgp);
236 at_if_cfg_t *cfgp;
317 register at_if_cfg_t *cfgp;
341 cfgp = (at_if_cfg_t*) gbuf_rptr(gbuf_cont(m));

Completed in 66 milliseconds