Searched refs:new_type (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkpi_mbuf.h856 @param new_type The new type.
859 errno_t mbuf_settype(mbuf_t mbuf, mbuf_type_t new_type);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c441 errno_t mbuf_settype(mbuf_t mbuf, mbuf_type_t new_type) argument
443 if (new_type == MBUF_TYPE_FREE) return EINVAL;
445 m_mchtype(mbuf, new_type);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.c910 u_char new_type,
935 sdl->sdl_type = new_type;
906 ifnet_set_lladdr_internal( ifnet_t interface, const void *lladdr, size_t lladdr_len, u_char new_type, int apply_type) argument

Completed in 35 milliseconds