Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h1058 u_int pmtd; member
H A Duni_ie.c1891 uni_print_entry(cx, "pnni_max", "%u", ie->pmtd); in print_eetd()
1950 APP_24BIT(msg, ie->pmtd); in DEF_IE_ENCODE()
2008 ie->pmtd = *msg->b_rptr++ << 16; in DEF_IE_DECODE()
2009 ie->pmtd |= *msg->b_rptr++ << 8; in DEF_IE_DECODE()
2010 ie->pmtd |= *msg->b_rptr++; in DEF_IE_DECODE()