Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_pptp.c306 u_int16_t ctl_type; /* control message type */ in AliasHandlePptpOut() local
310 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL) in AliasHandlePptpOut()
314 switch (ctl_type) { in AliasHandlePptpOut()
351 switch (ctl_type) { in AliasHandlePptpOut()
378 u_int16_t ctl_type; /* control message type */ in AliasHandlePptpIn() local
382 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL) in AliasHandlePptpIn()
386 switch (ctl_type) { in AliasHandlePptpIn()
423 if (ctl_type == PPTP_OutCallReply || ctl_type == PPTP_InCallReply) { in AliasHandlePptpIn()
/f-stack/tools/compat/include/sys/
H A Dsysctl.h56 int ctl_type; /* type of name */ member
/f-stack/freebsd/sys/
H A Dsysctl.h66 int ctl_type; /* type of name */ member