Lines 653-658
struct ifmultiaddr *
Link Here
|
653 |
if_findmulti(struct ifnet *, const struct sockaddr *); |
653 |
if_findmulti(struct ifnet *, const struct sockaddr *); |
654 |
void if_freemulti(struct ifmultiaddr *ifma); |
654 |
void if_freemulti(struct ifmultiaddr *ifma); |
655 |
void if_free(struct ifnet *); |
655 |
void if_free(struct ifnet *); |
|
|
656 |
void if_free_sync(struct ifnet *); |
656 |
void if_initname(struct ifnet *, const char *, int); |
657 |
void if_initname(struct ifnet *, const char *, int); |
657 |
void if_link_state_change(struct ifnet *, int); |
658 |
void if_link_state_change(struct ifnet *, int); |
658 |
int if_printf(struct ifnet *, const char *, ...) __printflike(2, 3); |
659 |
int if_printf(struct ifnet *, const char *, ...) __printflike(2, 3); |