Home
last modified time | relevance | path

Searched refs:GetSocket (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/netinet/libalias/
H A Dalias_db.c541 static u_short GetSocket(struct libalias *, u_short, int *, int);
649 if (GetSocket(la, port_net, &lnk->sockfd, lnk->link_type)) { in GetNewPort()
676 GetSocket(struct libalias *la, u_short port_net, int *sockfd, int link_type) in GetSocket() function