Searched refs:ifaceAddr (Results 1 – 2 of 2) sorted by relevance
26 int BindRawSocket(const int rawFd, const int ifaceIndex, const uint8_t *ifaceAddr);
118 int BindRawSocket(const int rawFd, const int ifaceIndex, const uint8_t *ifaceAddr) in BindRawSocket() argument134 if (ifaceAddr != NULL) { in BindRawSocket()136 if (memcpy_s(rawAddr.sll_addr, sizeof(rawAddr.sll_addr), ifaceAddr, MAC_ADDR_LEN) != EOK) { in BindRawSocket()