|
Lines 85-91
Link Here
|
| 85 |
/* shared with if_ethersubr.c: */ |
85 |
/* shared with if_ethersubr.c: */ |
| 86 |
extern u_int vlan_proto; |
86 |
extern u_int vlan_proto; |
| 87 |
extern int vlan_input(struct ether_header *eh, struct mbuf *m); |
87 |
extern int vlan_input(struct ether_header *eh, struct mbuf *m); |
| 88 |
extern void vlan_input_tag(struct ether_header *eh, |
88 |
extern int vlan_input_tag(struct ether_header *eh, |
| 89 |
struct mbuf *m, u_int16_t t); |
89 |
struct mbuf *m, u_int16_t t); |
| 90 |
#endif |
90 |
#endif |