Searched refs:ctl_type (Results 1 – 2 of 2) sorted by relevance
299 u_int16_t ctl_type; /* control message type */ in AliasHandlePptpOut() local303 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL) in AliasHandlePptpOut()307 switch (ctl_type) { in AliasHandlePptpOut()343 switch (ctl_type) { in AliasHandlePptpOut()371 u_int16_t ctl_type; /* control message type */ in AliasHandlePptpIn() local375 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL) in AliasHandlePptpIn()379 switch (ctl_type) { in AliasHandlePptpIn()415 if (ctl_type == PPTP_OutCallReply || in AliasHandlePptpIn()416 ctl_type == PPTP_InCallReply) { in AliasHandlePptpIn()
66 int ctl_type; /* type of name */ member