summaryrefslogtreecommitdiff
path: root/sys/net/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 842d933baebd..28a0c2c7176b 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -380,7 +380,7 @@ struct ifreq_buffer {
* definitions which begin with ifr_name. The
* remainder may be interface specific.
*/
-struct ifreq {
+struct ifreq {
char ifr_name[IFNAMSIZ]; /* if name, e.g. "en0" */
union {
struct sockaddr ifru_addr;
@@ -454,11 +454,11 @@ struct ifmediareq {
int *ifm_ulist; /* media words */
};
-struct ifdrv {
- char ifd_name[IFNAMSIZ]; /* if name, e.g. "en0" */
- unsigned long ifd_cmd;
- size_t ifd_len;
- void *ifd_data;
+struct ifdrv {
+ char ifd_name[IFNAMSIZ]; /* if name, e.g. "en0" */
+ unsigned long ifd_cmd;
+ size_t ifd_len;
+ void *ifd_data;
};
/*
@@ -480,7 +480,7 @@ struct ifstat {
* for machine (useful for programs which
* must know all networks accessible).
*/
-struct ifconf {
+struct ifconf {
int ifc_len; /* size of associated buffer */
union {
caddr_t ifcu_buf;