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

/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_pptp.c299 u_int16_t ctl_type; /* control message type */ local
303 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL)
307 switch (ctl_type) {
343 switch (ctl_type) {
371 u_int16_t ctl_type; /* control message type */ local
375 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL)
379 switch (ctl_type) {
415 if (ctl_type == PPTP_OutCallReply ||
416 ctl_type == PPTP_InCallReply) {
/freebsd-12-stable/sys/sys/
H A Dsysctl.h66 int ctl_type; /* type of name */ member in struct:ctlname

Completed in 105 milliseconds