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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-pptp.c165 uint32_t phy_chan_id; member in struct:pptp_msg_ocrp
172 uint32_t phy_chan_id; member in struct:pptp_msg_icrq
250 2 uint32_t phy_chan_id;
412 const uint32_t *phy_chan_id)
414 ND_PRINT((ndo, " PHY_CHAN_ID(%u)", EXTRACT_32BITS(phy_chan_id)));
722 ND_TCHECK(ptr->phy_chan_id);
723 pptp_phy_chan_id_print(ndo, &ptr->phy_chan_id);
743 ND_TCHECK(ptr->phy_chan_id);
744 pptp_phy_chan_id_print(ndo, &ptr->phy_chan_id);
411 pptp_phy_chan_id_print(netdissect_options *ndo, const uint32_t *phy_chan_id) argument

Completed in 48 milliseconds