Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_db.h417 static u_short GetSocket(struct libalias *, u_short, int *, int);
H A Dalias_db.c302 if (!GetSocket(la, port, &lnk->sockfd, lnk->link_type)) { in GetNewPort()
314 GetSocket(struct libalias *la, u_short port_net, int *sockfd, int link_type) in GetSocket() function