| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.c | 962 uni_printf(cx, "0x%02x", ie->u.ie.ie[i]); in print_cause() 1304 if (ie->u.ie.len == 0 || ie->u.ie.len > UNI_CAUSE_IE_N) in check_cause() 1365 APP_BYTE(msg, ie->u.rej.ie); in encode_cause() 1368 APP_BUF(msg, ie->u.ie.ie, ie->u.ie.len); in encode_cause() 1506 ie->u.rej.ie = c; in decode_cause() 1524 ie->u.ie.ie[ie->u.ie.len++] = *msg->b_rptr++; in decode_cause() 1760 APP_BUF(msg, ie->apdu, ie->len); in DEF_IE_ENCODE() 2415 …encode_addr(msg, &ie->addr, ie->h.present & UNI_CALLING_SCREEN_P, ie->screen, ie->pres, IE_ISERROR… in DEF_IE_ENCODE() 2529 …encode_addr(msg, &ie->addr, ie->h.present & UNI_CONNED_SCREEN_P, ie->screen, ie->pres, IE_ISERROR(… in DEF_IE_ENCODE() 5552 APP_BUF(msg, ie->uu, ie->len); in DEF_IE_ENCODE() [all …]
|
| H A D | genmsgc.awk | 91 ie = iename[i] 120 ie = iename[i] 133 print "\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie ", cx);" 138 print "\t\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie ", cx);" 143 print "\t\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie "[i], cx);" 148 print "\t\t\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie "[i], cx);" 172 ie = iename[i] 180 print "\t uni_encode_ie(UNI_IE_" toupper(ie) ", msg, (union uni_ieall *)&p->" ie ", cx))" 185 … print "\t\t uni_encode_ie(UNI_IE_" toupper(ie) ", msg, (union uni_ieall *)&p->" ie "[i], cx))" 212 ie = iename[i] [all …]
|
| H A D | geniec.awk | 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… 98 …print "static int uni_ie_decode_" coding "_" ie "(struct uni_ie_" ie " *, struct uni_msg *, u_int,… 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 "_" ie "," 106 print "\t(uni_encode_f)uni_ie_encode_" coding "_" ie "," 107 print "\t(uni_decode_f)uni_ie_decode_" coding "_" ie "" [all …]
|
| H A D | genieh.awk | 58 if(ie in u) return 59 u[ie] = 1 60 print " struct uni_ie_" ie " " ie ";"
|
| H A D | parseie.awk | 66 ie = $2 85 ies[iecnt] = ie
|
| H A D | unimsglib.h | 49 u_int ie:8; /* the ie type */ member 131 ((CX)->err[(CX)->errcnt].ie = (IETYPE), \
|
| H A D | uni_msg.c | 115 switch (ie) { in decode_alerting() 259 switch (ie) { in decode_call_proc() 477 switch (ie) { in decode_connect() 698 switch (ie) { in decode_connect_ack() 830 switch (ie) { in decode_release() 1004 switch (ie) { in decode_release_compl() 1379 switch (ie) { in decode_setup() 1778 switch (ie) { in decode_status() 1881 switch (ie) { in decode_status_enq() 1966 switch (ie) { in decode_notify() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_intr.c | 198 strlcpy(ie->ie_fullname, ie->ie_name, sizeof(ie->ie_fullname)); in intr_event_update() 231 last = &ie->ie_fullname[sizeof(ie->ie_fullname) - 2]; in intr_event_update() 280 vsnprintf(ie->ie_name, sizeof(ie->ie_name), fmt, ap); in intr_event_create() 282 strlcpy(ie->ie_fullname, ie->ie_name, sizeof(ie->ie_fullname)); in intr_event_create() 331 error = ie->ie_assign_cpu(ie->ie_source, cpu); in _intr_event_bind() 419 return (ie); in intr_lookup() 614 msleep(ie, &ie->ie_lock, 0, "ithread", 0); in intr_event_add_handler() 1212 ie->ie_post_ithread(ie->ie_source); in ithread_execute_handlers() 1335 if (ie == NULL || CK_SLIST_EMPTY(&ie->ie_handlers)) in intr_event_handle() 1409 ie->ie_pre_ithread(ie->ie_source); in intr_event_handle() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | genmsgcpyc.awk | 65 ie = iename[i] 67 print "\tif(IE_ISGOOD(src->" ie "_repeat))" 68 print "\t\tdst->" ie "_repeat = src->" ie "_repeat;" 72 print "\t\tif(IE_ISGOOD(src->"ie"[s]))" 73 print "\t\t\tdst->"ie"[d++] = src->"ie"[s];" 75 print "\tif(IE_ISGOOD(src->"ie"))" 76 print "\t\tdst->"ie" = src->"ie";"
|
| H A D | sig_verify.c | 49 if (e->ie == ie) { in uni_mandate_ie() 89 if (e->ie == UNI_IE_EPREF) in uni_mandate_epref() 105 if (e->ie == UNI_IE_EPREF) { in uni_mandate_epref() 330 uni->cause.u.ie.ie[uni->cause.u.ie.len++] = (IE); \ in uni_vfy_collect_ies() 331 if (uni->cause.u.ie.len == UNI_CAUSE_IE_N) \ in uni_vfy_collect_ies() 334 uni->cause.u.ie.len = 0; in uni_vfy_collect_ies() 338 STUFF_IE(e->ie); in uni_vfy_collect_ies() 345 STUFF_IE(e->ie); in uni_vfy_collect_ies() 354 STUFF_IE(e->ie); in uni_vfy_collect_ies() 360 if (uni->cause.u.ie.len != 0) in uni_vfy_collect_ies() [all …]
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | intr_machdep.c | 173 KASSERT(src->ie != NULL, in xlp_set_bus_ack() 184 struct intr_event *ie; /* descriptor for the IRQ */ in cpu_establish_hardintr() local 196 ie = src->ie; in cpu_establish_hardintr() 197 if (ie == NULL) { in cpu_establish_hardintr() 203 errcode = intr_event_create(&ie, src, 0, irq, in cpu_establish_hardintr() 209 errcode = intr_event_create(&ie, src, 0, irq, in cpu_establish_hardintr() 217 src->ie = ie; in cpu_establish_hardintr() 226 intr_event_add_handler(ie, name, filt, handler, arg, in cpu_establish_hardintr() 234 struct intr_event *ie; in cpu_intr() local 264 ie = xlp_interrupts[i].ie; in cpu_intr() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | interrupt.h | 166 void db_dump_intr_event(struct intr_event *ie, int handlers); 169 int intr_event_add_handler(struct intr_event *ie, const char *name, 172 int intr_event_bind(struct intr_event *ie, int cpu); 173 int intr_event_bind_irqonly(struct intr_event *ie, int cpu); 174 int intr_event_bind_ithread(struct intr_event *ie, int cpu); 176 int intr_event_bind_ithread_cpuset(struct intr_event *ie, 183 int intr_event_describe_handler(struct intr_event *ie, void *cookie, 185 int intr_event_destroy(struct intr_event *ie); 186 int intr_event_handle(struct intr_event *ie, struct trapframe *frame);
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_regdomain.c | 264 struct ieee80211_country_ie *ie; in ieee80211_alloc_countryie() local 275 ie = (struct ieee80211_country_ie *) aie->ie_data; in ieee80211_alloc_countryie() 276 ie->ie = IEEE80211_ELEMID_COUNTRY; in ieee80211_alloc_countryie() 280 ie->cc[0] = ie->cc[1] = ' '; in ieee80211_alloc_countryie() 282 ie->cc[0] = rd->isocc[0]; in ieee80211_alloc_countryie() 283 ie->cc[1] = rd->isocc[1]; in ieee80211_alloc_countryie() 291 ie->cc[2] = (rd->location == 'I' ? 'I' : in ieee80211_alloc_countryie() 296 frm = (uint8_t *)&ie->band[0]; in ieee80211_alloc_countryie() 333 ie->len = frm - ie->cc; in ieee80211_alloc_countryie() 334 if (ie->len & 1) { /* Zero pad to multiple of 2 */ in ieee80211_alloc_countryie() [all …]
|
| H A D | ieee80211_mesh.c | 2542 memset(ie, 0, sizeof(*ie)); in mesh_parse_meshgate_action() 2589 ie.gann_seq); in mesh_recv_action_meshgate() 2906 ie->lm_metric); in mesh_send_action_meshlmetric() 2928 ie->lm_flags, ie->lm_metric); in mesh_send_action_meshlmetric() 3090 if (ie == NULL || ie[1] != ms->ms_idlen) in mesh_verify_meshid() 3148 const uint8_t *ie) in mesh_verify_meshpeer() argument 3343 *frm++ = ie->gann_flags; in ieee80211_add_meshgate() 3344 *frm++ = ie->gann_hopcount; in ieee80211_add_meshgate() 3345 *frm++ = ie->gann_ttl; in ieee80211_add_meshgate() 3385 ni->ni_meshidlen = ie[1]; in ieee80211_parse_meshid() [all …]
|
| H A D | ieee80211_vht.c | 250 ni->ni_vht_chanwidth = ie[2]; in ieee80211_parse_vhtopmode() 251 ni->ni_vht_chan1 = ie[3]; in ieee80211_parse_vhtopmode() 252 ni->ni_vht_chan2 = ie[4]; in ieee80211_parse_vhtopmode() 253 ni->ni_vht_basicmcs = le16dec(ie + 5); in ieee80211_parse_vhtopmode() 266 ieee80211_parse_vhtcap(struct ieee80211_node *ni, const uint8_t *ie) in ieee80211_parse_vhtcap() argument 270 ni->ni_vhtcap = le32dec(ie + 2); in ieee80211_parse_vhtcap() 273 ni->ni_vht_mcsinfo.rx_mcs_map = le16dec(ie + 6); in ieee80211_parse_vhtcap() 274 ni->ni_vht_mcsinfo.rx_highest = le16dec(ie + 8); in ieee80211_parse_vhtcap() 275 ni->ni_vht_mcsinfo.tx_mcs_map = le16dec(ie + 10); in ieee80211_parse_vhtcap() 276 ni->ni_vht_mcsinfo.tx_highest = le16dec(ie + 12); in ieee80211_parse_vhtcap() [all …]
|
| H A D | ieee80211_node.c | 1130 uint8_t *ie; in ieee80211_ies_expand() local 1133 ie = ies->data; in ieee80211_ies_expand() 1136 switch (ie[0]) { in ieee80211_ies_expand() 1138 if (iswpaoui(ie)) in ieee80211_ies_expand() 1139 ies->wpa_ie = ie; in ieee80211_ies_expand() 1141 ies->wme_ie = ie; in ieee80211_ies_expand() 1144 ies->ath_ie = ie; in ieee80211_ies_expand() 1148 ies->tdma_ie = ie; in ieee80211_ies_expand() 1152 ies->rsn_ie = ie; in ieee80211_ies_expand() 1181 ielen -= 2 + ie[1]; in ieee80211_ies_expand() [all …]
|
| H A D | ieee80211.h | 782 uint8_t ie; member 796 uint8_t ie; member 919 uint8_t ie; member 1027 uint8_t ie; /* IEEE80211_ELEMID_COUNTRY */ member 1042 uint8_t ie; member 1050 uint8_t ie; member 1109 uint8_t ie; member
|
| H A D | ieee80211_tdma.c | 125 const u_int8_t *ie, int rssi, int nf, const struct ieee80211_frame *wh); 525 tdma_process_params(struct ieee80211_node *ni, const u_int8_t *ie, in tdma_process_params() argument 531 (const struct ieee80211_tdma_param *) ie; in tdma_process_params() 532 u_int len = ie[1]; in tdma_process_params() 646 ieee80211_parse_tdma(struct ieee80211_node *ni, const uint8_t *ie) in ieee80211_parse_tdma() argument 652 (const struct ieee80211_tdma_param *)ie; in ieee80211_parse_tdma()
|
| H A D | ieee80211_ht.c | 1675 if (ie[0] == IEEE80211_ELEMID_VENDOR) { in ieee80211_parse_htcap() 1682 ie += 4; in ieee80211_parse_htcap() 1686 ni->ni_htcap = le16dec(ie + in ieee80211_parse_htcap() 1714 if (ie[0] == IEEE80211_ELEMID_VENDOR) in ieee80211_parse_htinfo() 1715 ie += 4; in ieee80211_parse_htinfo() 2127 if (ie != NULL) { in ieee80211_setup_htrates() 2128 if (ie[0] == IEEE80211_ELEMID_VENDOR) in ieee80211_setup_htrates() 2129 ie += 4; in ieee80211_setup_htrates() 2130 htcap = (const struct ieee80211_ie_htcap *) ie; in ieee80211_setup_htrates() 2166 if (ie[0] == IEEE80211_ELEMID_VENDOR) in ieee80211_setup_basic_htrates() [all …]
|
| H A D | ieee80211_tdma.h | 99 void ieee80211_parse_tdma(struct ieee80211_node *ni, const uint8_t *ie);
|
| /f-stack/tools/ifconfig/ |
| H A D | ifieee80211.c | 3074 ie += 2, len -= 2; in printwpaie() 3077 ie += 4, len -= 4; in printwpaie() 3080 n = LE_READ_2(ie); in printwpaie() 3081 ie += 2, len -= 2; in printwpaie() 3090 n = LE_READ_2(ie); in printwpaie() 3091 ie += 2, len -= 2; in printwpaie() 3164 n = LE_READ_2(ie); in printrsnie() 3174 n = LE_READ_2(ie); in printrsnie() 3234 printf("v:%d.%d", *ie >> 4, *ie & 0xf); in printwpsie() 3403 switch (*ie) { in printwpsie() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/ |
| H A D | genfiles | 10 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/geniec.awk ${SRC}msg/ie.def >${DST}msg/uni_ietab.h 11 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/genieh.awk ${SRC}msg/ie.def >${DST}msg/uni_ie.h
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-core.h | 142 uint32_t ie : 1; /**< Interrupt Enable */ member 152 uint32_t ie : 1;
|
| /f-stack/lib/ |
| H A D | ff_kern_intr.c | 104 intr_event_bind(struct intr_event *ie, int cpu) in intr_event_bind() argument
|
| /f-stack/freebsd/mips/include/ |
| H A D | cpufunc.h | 349 intr_restore(register_t ie) in intr_restore() argument 351 if (ie == MIPS_SR_INT_IE) { in intr_restore()
|