1
0
Files
irix-657m-src/irix/kern/sys/snet/ip_control.h
2022-09-29 17:59:04 +03:00

12 lines
195 B
C

typedef struct {
uint_t muxid;
uint_t inaddr;
uint_t subnet_mask;
char forward_bdcst;
char keepalive;
short mtu;
} NET_ADDRS;
#define IP_NET ('I' << 8)
#define IP_NET_ADDR (IP_NET| 0x01)