Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h1074 u_int callid; member
H A Duni_ie.c6701 uni_print_entry(cx, "id", "0x%x", ie->callid); in DEF_IE_PRINT()
6727 APP_32BIT(msg, ie->callid); in DEF_IE_ENCODE()
6741 ie->callid = *msg->b_rptr++ << 24; in DEF_IE_DECODE()
6742 ie->callid |= *msg->b_rptr++ << 16; in DEF_IE_DECODE()
6743 ie->callid |= *msg->b_rptr++ << 8; in DEF_IE_DECODE()
6744 ie->callid |= *msg->b_rptr++ << 0; in DEF_IE_DECODE()