Lines Matching refs:ifp

415 	@param ifp The interface the packet was received on.
425 typedef errno_t (*proto_media_input)(ifnet_t ifp, protocol_family_t protocol,
437 @param ifp The interface the packet was received on.
446 typedef errno_t (*proto_media_input_v2)(ifnet_t ifp, protocol_family_t protocol,
455 @param ifp The interface the packet will be sent on.
469 typedef errno_t (*proto_media_preout)(ifnet_t ifp, protocol_family_t protocol,
477 @param ifp The interface.
481 typedef void (*proto_media_event)(ifnet_t ifp, protocol_family_t protocol,
498 @param ifp The interface.
505 typedef errno_t (*proto_media_ioctl)(ifnet_t ifp, protocol_family_t protocol,
512 @param ifp The interface.
517 typedef errno_t (*proto_media_detached)(ifnet_t ifp, protocol_family_t protocol);
524 @param ifp The interface.
530 typedef errno_t (*proto_media_resolve_multi)(ifnet_t ifp,
540 @param ifp The interface the arp packet should be sent on.
560 typedef errno_t (*proto_media_send_arp)(ifnet_t ifp, u_short arpop,
2293 extern errno_t ifnet_resolve_multicast(ifnet_t ifp,
2687 @param ifp The interface in question.
2691 extern errno_t ifnet_get_local_ports(ifnet_t ifp, uint8_t *bitfield);
2701 @param ifp The interface attached to the link where the specified node
2714 ifnet_notice_node_presence(ifnet_t ifp, struct sockaddr* sa, int32_t rssi,
2721 @param ifp The interface attached to the link where the absence of the
2727 extern errno_t ifnet_notice_node_absence(ifnet_t ifp, struct sockaddr* sa);
2734 @param ifp The interface attached to the link where the new master has
2738 extern errno_t ifnet_notice_master_elected(ifnet_t ifp);