Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/netfilter/
Dnf_nat_pptp.c143 switch (msg = ntohs(ctlh->messageType)) { in pptp_outbound_pkt()
251 switch (msg = ntohs(ctlh->messageType)) { in pptp_inbound_pkt()
/Linux-v5.4/net/netfilter/
Dnf_conntrack_pptp.c278 msg = ntohs(ctlh->messageType); in pptp_inbound_pkt()
406 msg = ntohs(ctlh->messageType); in pptp_outbound_pkt()
565 msg = ntohs(ctlh->messageType); in conntrack_pptp_help()
/Linux-v5.4/include/linux/netfilter/
Dnf_conntrack_pptp.h95 __be16 messageType; member