linprocfs - Introduce /proc/mounts
[dragonfly.git] / sys / netproto / atalk / phase2.h
blobbc8203ba123f0c6d2aeccccda3a1b8892f3be030
1 /*
2 * Copyright (c) 1990,1991 Regents of The University of Michigan.
3 * All Rights Reserved.
4 */
6 #include <sys/ioccom.h>
7 #include <net/if_llc.h>
9 #define llc_org_code llc_un.type_snap.org_code
10 #define llc_ether_type llc_un.type_snap.ether_type
12 #define SIOCPHASE1 _IOW('i', 100, struct ifreq) /* AppleTalk phase 1 */
13 #define SIOCPHASE2 _IOW('i', 101, struct ifreq) /* AppleTalk phase 2 */