Changes in uspace/lib/c/include/inet/iplink.h [c3b25985:417a2ba1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/iplink.h
rc3b25985 r417a2ba1 78 78 typedef struct iplink_ev_ops { 79 79 int (*recv)(iplink_t *, iplink_recv_sdu_t *, ip_ver_t); 80 int (*change_addr)(iplink_t *, addr48_t);81 80 } iplink_ev_ops_t; 82 81 … … 89 88 extern int iplink_get_mtu(iplink_t *, size_t *); 90 89 extern int iplink_get_mac48(iplink_t *, addr48_t *); 91 extern int iplink_set_mac48(iplink_t *, addr48_t);92 90 93 91 #endif
Note:
See TracChangeset
for help on using the changeset viewer.