Home
last modified time | relevance | path

Searched refs:bwd (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_input.c69 static void db_delete(int n, int bwd);
98 db_delete(n, bwd) in db_delete() argument
100 int bwd;
104 if (bwd) {
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h847 enum uni_qos bwd; member
1187 struct uni_abr_rec fwd, bwd; member
H A Duni_ie.c4064 uni_print_tbl("bwd", ie->bwd, class_tbl, cx); in print_qos()
4089 switch(ie->bwd) { in DEF_IE_CHECK()
4113 switch(ie->bwd) { in DEF_IE_CHECK()
4131 APP_BYTE(msg, ie->bwd); in DEF_IE_ENCODE()
4141 APP_BYTE(msg, ie->bwd); in DEF_IE_ENCODE()
4155 ie->bwd = *msg->b_rptr++; in DEF_IE_DECODE()
4168 ie->bwd = *msg->b_rptr++; in DEF_IE_DECODE()
5751 print_abr_rec(cx, &ie->bwd); in DEF_IE_PRINT()
5787 APP_SUB_32BIT(msg, UNI_ABRADD_BADD_ID, encode_abr_rec(&ie->bwd)); in DEF_IE_ENCODE()
5834 if(decode_abr_rec(msg, &ie->bwd)) in DEF_IE_DECODE()