Home
last modified time | relevance | path

Searched refs:ctl_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/libalias/
H A Dalias_pptp.c297 u_int16_t ctl_type; /* control message type */ in AliasHandlePptpOut() local
301 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL) in AliasHandlePptpOut()
305 switch (ctl_type) { in AliasHandlePptpOut()
341 switch (ctl_type) { in AliasHandlePptpOut()
369 u_int16_t ctl_type; /* control message type */ in AliasHandlePptpIn() local
373 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL) in AliasHandlePptpIn()
377 switch (ctl_type) { in AliasHandlePptpIn()
413 if (ctl_type == PPTP_OutCallReply || in AliasHandlePptpIn()
414 ctl_type == PPTP_InCallReply) { in AliasHandlePptpIn()