Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_db.c532 static u_short GetSocket(struct libalias *, u_short, int *, int);
638 if (GetSocket(la, port_net, &lnk->sockfd, lnk->link_type)) { in GetNewPort()
665 GetSocket(struct libalias *la, u_short port_net, int *sockfd, int link_type) in GetSocket() function