Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/libalias/
H A Dalias_pptp.c299 u_int16_t ctl_type; /* control message type */ in AliasHandlePptpOut() local
303 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() local
375 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()
/freebsd-13.1/sys/sys/
H A Dsysctl.h66 int ctl_type; /* type of name */ member