Searched refs:ie_type (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-fr.c394 u_int8_t ie_type; member in struct:ie_tlv_header_t
403 u_int8_t ie_type,ie_len; local
436 ie_type=tptr[0];
440 tok2str(mfr_ctrl_ie_values,"Unknown",ie_type),
441 ie_type,
445 if (ie_type == 0 || ie_len <= sizeof(struct ie_tlv_header_t))
454 switch (ie_type) {
795 "unknown", ie_p->ie_type),
796 ie_p->ie_type,
801 if (ie_p->ie_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dmessage.c166 static byte SendMultiIE(PLCI * plci, dword Id, byte * * parms, byte ie_type, dword info_mask, byte setupParse);
6372 static byte SendMultiIE(PLCI *plci, dword Id, byte **parms, byte ie_type, argument
6403 dbug(1,dprintf("[Ind0x%x]:IE=0x%x",plci->Sig.Ind,ie_type));
6404 Info_Number = (word)ie_type;

Completed in 197 milliseconds