20 if(netinfo->
mac[0] != 0x00 || netinfo->
mac[1] != 0x00 || netinfo->
mac[2] != 0x00 ||
21 netinfo->
mac[3] != 0x00 || netinfo->
mac[4] != 0x00 || netinfo->
mac[5] != 0x00)
23 if(netinfo->
ip[0] != 0x00 || netinfo->
ip[1] != 0x00 || netinfo->
ip[2] != 0x00 ||
25 if(netinfo->
sn[0] != 0x00 || netinfo->
sn[1] != 0x00 || netinfo->
sn[2] != 0x00 ||
27 if(netinfo->
gw[0] != 0x00 || netinfo->
gw[1] != 0x00 || netinfo->
gw[2] != 0x00 ||
33 uint8_t zero[6] = {0,};
35 DBGA(
"Reset Address(%d)", member);
50 ERRA(
"wrong member value (%d)", member);
62 void GetDstInfo(uint8_t s, uint8_t *dstip, uint16_t *dstport)
79 setRCR((uint8_t)(option_value&0x00FF));
82 setIMR((uint8_t)(option_value&0x00FF));
92 ERRA(
"wrong socket number(%d)", s);
118 ERRA(
"wrong socket number(%d)", s);
127 case SOCK_PPPOE:
return 13;