HomeSort by: relevance | last modified time | path
    Searched defs:ipsrc (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npf_mbuf_subr.c 270 void *p, *ipsrc, *ipdst; local in function:mbuf_get_pkt
276 ipsrc = &ip6->ip6_src;
283 ipsrc = &ip->ip_src.s_addr;
287 npf_inet_pton(af, src, ipsrc);
  /src/dist/pf/usr.sbin/authpf/
authpf.c 61 char ipsrc[256]; /* ip as a string */ variable in typeref:typename:char[256]
105 if (strlcpy(ipsrc, cp, sizeof(ipsrc)) >= sizeof(ipsrc)) {
109 cp = strchr(ipsrc, ' ');
111 syslog(LOG_ERR, "corrupt SSH_CLIENT variable %s", ipsrc);
115 if (inet_pton(AF_INET, ipsrc, &ina) != 1 &&
116 inet_pton(AF_INET6, ipsrc, &ina) != 1) {
118 "cannot determine IP from SSH_CLIENT %s", ipsrc);
176 n = snprintf(pidfile, sizeof(pidfile), "%s/%s", PATH_PIDFILE, ipsrc);
    [all...]
  /src/sys/dev/ic/
wi_ieee.h 162 int ipsrc; /* ip address associated with packet */ member in struct:wi_sigcache

Completed in 12 milliseconds