Searched refs:bytestr (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/build/chipimages/bcm4707/romtool/
H A Dbin2codefile.c53 char bytestr[100], line[100], buf[100]; local
87 sprintf(bytestr, "%s", byte2str[byte]);
89 sprintf(bytestr, "%s", byte2str[0]);
92 strcpy(line, bytestr);
94 sprintf(buf, "%s%s", bytestr, line);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2mgmt.h95 void prism2mgmt_pstr2bytestr(hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr);
96 void prism2mgmt_bytestr2pstr(hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr);
H A Dprism2mib.c758 * bytestr hfa384x byte string data type
766 void prism2mgmt_pstr2bytestr(hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr) argument
768 bytestr->len = cpu_to_le16((u16) (pstr->len));
769 memcpy(bytestr->data, pstr->data, pstr->len);
799 * bytestr hfa384x byte string data type
807 void prism2mgmt_bytestr2pstr(hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr) argument
809 pstr->len = (u8) (le16_to_cpu((u16) (bytestr->len)));
810 memcpy(pstr->data, bytestr->data, pstr->len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlan-ng/
H A Dprism2mgmt.h95 void prism2mgmt_pstr2bytestr(hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr);
96 void prism2mgmt_bytestr2pstr(hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr);
H A Dprism2mib.c758 * bytestr hfa384x byte string data type
766 void prism2mgmt_pstr2bytestr(hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr) argument
768 bytestr->len = cpu_to_le16((u16) (pstr->len));
769 memcpy(bytestr->data, pstr->data, pstr->len);
799 * bytestr hfa384x byte string data type
807 void prism2mgmt_bytestr2pstr(hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr) argument
809 pstr->len = (u8) (le16_to_cpu((u16) (bytestr->len)));
810 memcpy(pstr->data, bytestr->data, pstr->len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_misc.c584 char bytestr[4]; local
590 memset (bytestr, 0, sizeof(bytestr));
606 snprintf (bytestr, sizeof (bytestr), "%02X ", *p);
607 strncat (hexstr, bytestr, sizeof (hexstr) - strlen (hexstr) - 1);
610 snprintf (bytestr, sizeof (bytestr), "%c", c);
611 strncat (charstr, bytestr, sizeof (charstr) - strlen (charstr) - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/isisd/
H A Disis_misc.c584 char bytestr[4]; local
590 memset (bytestr, 0, sizeof(bytestr));
606 snprintf (bytestr, sizeof (bytestr), "%02X ", *p);
607 strncat (hexstr, bytestr, sizeof (hexstr) - strlen (hexstr) - 1);
610 snprintf (bytestr, sizeof (bytestr), "%c", c);
611 strncat (charstr, bytestr, sizeof (charstr) - strlen (charstr) - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/isisd/
H A Disis_misc.c584 char bytestr[4]; local
590 memset (bytestr, 0, sizeof(bytestr));
606 snprintf (bytestr, sizeof (bytestr), "%02X ", *p);
607 strncat (hexstr, bytestr, sizeof (hexstr) - strlen (hexstr) - 1);
610 snprintf (bytestr, sizeof (bytestr), "%c", c);
611 strncat (charstr, bytestr, sizeof (charstr) - strlen (charstr) - 1);

Completed in 166 milliseconds