Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_pptp.c133 switch (msg = ntohs(ctlh->messageType)) { in pptp_outbound_pkt()
233 switch (msg = ntohs(ctlh->messageType)) { in pptp_inbound_pkt()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_pptp.c279 msg = ntohs(ctlh->messageType); in pptp_inbound_pkt()
407 msg = ntohs(ctlh->messageType); in pptp_outbound_pkt()
558 msg = ntohs(ctlh->messageType); in conntrack_pptp_help()
/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_pptp.h91 __be16 messageType; member