Subversion Repositories Kolibri OS

Rev

Rev 3982 | Rev 4510 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3982 Rev 4256
Line 157... Line 157...
157
        je      PPPoE_discovery_input
157
        je      PPPoE_discovery_input
Line 158... Line 158...
158
 
158
 
159
        cmp     ax, ETHER_PROTO_PPP_SESSION
159
        cmp     ax, ETHER_PROTO_PPP_SESSION
Line 160... Line 160...
160
        je      PPPoE_session_input
160
        je      PPPoE_session_input
Line 161... Line 161...
161
 
161
 
162
        DEBUGF  DEBUG_NETWORK_ERROR, "ETH_input: Unknown packet type=%x\n", ax
162
        DEBUGF  DEBUG_NETWORK_VERBOSE, "ETH_input: Unknown packet type=%x\n", ax
163
 
163
 
164
  .dump:
164
  .dump: