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

/freebsd-10.0-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.h82 struct uni_ie_repeat blli_repeat; member in struct:uni_setup
H A Duni_msg.c1088 if(msg->blli_repeat.h.present & UNI_IE_PRESENT)
1089 uni_print_ie_internal(UNI_IE_REPEAT, (union uni_ieall *)&msg->blli_repeat, cx);
1168 ret |= uni_check_ie(UNI_IE_REPEAT, (union uni_ieall *)&m->blli_repeat, cx);
1266 if((p->blli_repeat.h.present & UNI_IE_PRESENT) &&
1267 uni_encode_ie(UNI_IE_BLLI, msg, (union uni_ieall *)&p->blli_repeat, cx))
1415 out->blli_repeat = cx->repeat;
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c152 if(IE_ISGOOD(src->blli_repeat))
153 dst->blli_repeat = src->blli_repeat;

Completed in 114 milliseconds