Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsockutils.h141 struct addrinfo *sock_initaddress(const char *address, const char *port,
H A Dpcap-rpcap.c1032 addrinfo = sock_initaddress(host, NULL, &hints, errbuf, in rpcap_remoteact_getsock()
1186 addrinfo = sock_initaddress(NULL, NULL, &hints, fp->errbuf, in pcap_startcapture_remote()
1313 addrinfo = sock_initaddress(host, portstring, &hints, in pcap_startcapture_remote()
2344 addrinfo = sock_initaddress(host, RPCAP_DEFAULT_NETPORT, in rpcap_setup_session()
2349 addrinfo = sock_initaddress(host, port, &hints, in rpcap_setup_session()
2954 addrinfo = sock_initaddress(address, in pcap_remoteact_accept_ex()
2960 addrinfo = sock_initaddress(address, port, &hints, errbuf, in pcap_remoteact_accept_ex()
3136 addrinfo = sock_initaddress(host, NULL, &hints, errbuf, in pcap_remoteact_close()
H A Dsockutils.c1079 struct addrinfo *sock_initaddress(const char *host, const char *port, in sock_initaddress() function
2096 addrinfo = sock_initaddress(address, "22222" /* fake port */, &hints, in sock_present2network()
H A DCHANGES89 CVE-2023-7256: Clean up sock_initaddress() and its callers to avoid
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.c618 addrinfo = sock_initaddress((address[0]) ? address : NULL, in main_startup()
1359 addrinfo = sock_initaddress(activepars->address, activepars->port, in main_active()
H A Ddaemon.c2086 addrinfo = sock_initaddress(peerhost, portdata, &hints, in daemon_msg_startcap_req()
2099 addrinfo = sock_initaddress(NULL, NULL, &hints, errmsgbuf, in daemon_msg_startcap_req()