Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h1059 u_int pctd; member
H A Duni_ie.c1889 uni_print_entry(cx, "pnni_cum", "%u", ie->pctd); in print_eetd()
1954 APP_24BIT(msg, ie->pctd); in DEF_IE_ENCODE()
1998 ie->pctd = *msg->b_rptr++ << 16; in DEF_IE_DECODE()
1999 ie->pctd |= *msg->b_rptr++ << 8; in DEF_IE_DECODE()
2000 ie->pctd |= *msg->b_rptr++; in DEF_IE_DECODE()