Searched refs:coding (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Dgeniec.awk75 # only the name and the coding scheme
79 print "static const struct iedecl decl_" coding "_" ie " = {"
87 decl[number,ncoding] = "decl_" coding "_" ie
95 print "static void uni_ie_print_" coding "_" ie "(struct uni_ie_" ie " *, struct unicx *);"
96 print "static int uni_ie_check_" coding "_" ie "(struct uni_ie_" ie " *, struct unicx *);"
97 print "static int uni_ie_encode_" coding "_" ie "(struct uni_msg *, struct uni_ie_" ie " *, struct unicx *);"
98 print "static int uni_ie_decode_" coding "_" ie "(struct uni_ie_" ie " *, struct uni_msg *, u_int, struct unicx *);"
100 print "static struct iedecl decl_" coding "_" ie " = {"
104 print "\t(uni_print_f)uni_ie_print_" coding "_" ie ","
105 print "\t(uni_check_f)uni_ie_check_" coding "
[all...]
H A Dparseie.awk59 # element <name> <code> <coding> [<maxlen> [<options>*]]
69 coding = $4
70 if(coding == "itu") {
72 } else if(coding == "net") {
75 error("bad coding " coding)
86 codings[iecnt] = coding
H A Duni_hdr.h184 enum uni_coding coding; /* coding standard */ member in struct:uni_iehdr
H A Dprivmsg.c138 if ((iedecl = GET_IEDECL(ietype, hdr.coding)) == NULL ||
H A Duni_ie.c464 uni_print_tbl(NULL, h->coding, cod_tab, cx);
501 if((iedecl = GET_IEDECL(code, ie->h.coding)) != NULL)
516 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding);
539 hdr->coding = UNI_CODING_ITU;
550 hdr->coding = (*msg->b_rptr >> 5) & 3;
614 if ((iedecl = GET_IEDECL(ietype, ie->h.coding)) == NULL) {
645 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding);
662 byte = 0x80 | (h->coding << 5);
844 * ITU-T and NET coding for different values.
1035 uni_ie_cause2str(enum uni_coding coding, u_in argument
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h54 (IE).h.coding = UNI_CODING_ITU; \
63 (IE).h.coding = UNI_CODING_ITU; \
73 (IE).h.coding = UNI_CODING_ITU; \
82 (IE).h.coding = UNI_CODING_ITU; \
H A Dsig_call.c273 epref->h.coding = UNI_CODING_ITU;
/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dutil.c99 hci_coding2str(int coding) argument
108 return (coding >= SIZE(t)? "?" : t[coding]);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-802_11.c2927 uint8_t coding; local
2979 rc = cpack_uint8(s, &coding);
2998 (coding & (IEEE80211_RADIOTAP_CODING_LDPC_USERn << i)) ?

Completed in 199 milliseconds