Searched refs:ctl_type (Results 1 – 2 of 2) sorted by relevance
307 u_int16_t ctl_type; /* control message type */ in AliasHandlePptpOut() local311 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL) in AliasHandlePptpOut()315 switch (ctl_type) { in AliasHandlePptpOut()352 switch (ctl_type) { in AliasHandlePptpOut()379 u_int16_t ctl_type; /* control message type */ in AliasHandlePptpIn() local383 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL) in AliasHandlePptpIn()387 switch (ctl_type) { in AliasHandlePptpIn()424 if (ctl_type == PPTP_OutCallReply || ctl_type == PPTP_InCallReply) { in AliasHandlePptpIn()
62 int ctl_type; /* type of name */ member