Home
last modified time | relevance | path

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

/trueos/sys/netinet/libalias/
HDalias_pptp.c307 u_int16_t ctl_type; /* control message type */ in AliasHandlePptpOut() local
311 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() local
383 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()
/trueos/sys/sys/
HDsysctl.h62 int ctl_type; /* type of name */ member