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

/freebsd-13-stable/crypto/heimdal/kdc/
H A Drx.h64 uint32_t callid; member in struct:rx_header
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h1074 u_int callid; member in struct:uni_ie_lij_callid
H A Duni_ie.c6703 uni_print_entry(cx, "id", "0x%x", ie->callid);
6729 APP_32BIT(msg, ie->callid);
6743 ie->callid = *msg->b_rptr++ << 24;
6744 ie->callid |= *msg->b_rptr++ << 16;
6745 ie->callid |= *msg->b_rptr++ << 8;
6746 ie->callid |= *msg->b_rptr++ << 0;

Completed in 163 milliseconds