Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2964 → Rev 2963

/kernel/branches/net/network/PPPoE.inc
203,10 → 203,9
cmp ax, PPP_IPv4
je IPv4_input
 
; cmp ax, PPP_IPv6
; je IPv6_input
cmp ax, PPP_LCP
je PPPoE_discovery_input ; Send LCP packets to the PPP dialer
 
jmp PPPoE_discovery_input ; Send LCP,CHAP,CBCP,... packets to the PPP dialer
DEBUGF 2,"PPPoE_input: Unknown protocol=%x\n", ax
 
.dump:
/kernel/branches/net/network/stack.inc
45,7 → 45,7
 
; PPP protocol numbers
PPP_IPv4 = 0x2100
PPP_IPV6 = 0x5780
PPP_LCP = 0x21c0
 
;Protocol family
AF_UNSPEC = 0