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

/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_mach_server.c941 static char reply_s[PPP_MACH_MAX_INLINE_DATA * 4] __attribute__ ((aligned (4))); // Wcast-align fix - force alignment local
944 if (_pppcontroller_subsystem.maxsize > sizeof(reply_s)) {
946 _pppcontroller_subsystem.maxsize, sizeof(reply_s));
951 reply = ALIGNED_CAST(mach_msg_header_t *)reply_s;
978 if (reply != ALIGNED_CAST(mach_msg_header_t *)reply_s) {
/macosx-10.9.5/eap8021x-180/EAPOLController.bproj/
H A Dserver.c479 uint64_t reply_s[REPLY_SIZE_AS_UINT64]; local
485 reply = (mach_msg_header_t *)(void *)reply_s;
/macosx-10.9.5/eap8021x-180/eapolcfg_auth.tproj/
H A Deapolcfg_auth.c438 char reply_s[eapolcfg_auth_subsystem.maxsize]; local
441 reply = (mach_msg_header_t *)reply_s;

Completed in 93 milliseconds