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

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_check_owner_perms.c 110 int serrno, tip; local
112 tip = 1;
127 if (tip && !S_ISREG(sb.st_mode)) {
142 tip = 0;
  /src/external/bsd/ipf/dist/ipsd/
slinux.c 48 struct tcpip tip; local
52 ip = (struct ip *)&tip;
55 bcopy(bp, (char *)&tip, sizeof(tip));
sbpf.c 73 struct tcpiphdr tip; local
77 ip = (ip_t *)&tip;
sdlpi.c 65 struct tcpiphdr tip; local
69 ip = (ip_t *)&tip;
snit.c 60 struct tcpiphdr tip; local
64 ip = (struct ip *)&tip;
  /src/external/mpl/dhcp/dist/common/
ctrace.c 155 trace_inpacket_t tip; local
160 tip.from_port = from_port;
161 tip.from = from;
162 tip.from.len = htonl (tip.from.len);
164 tip.hfrom = *hfrom;
165 tip.havehfrom = 1;
167 memset (&tip.hfrom, 0, sizeof tip.hfrom);
168 tip.havehfrom = 0
181 trace_inpacket_t *tip; local
225 trace_outpacket_t tip; local
258 trace_outpacket_t *tip; local
    [all...]
  /src/external/bsd/dhcpcd/dist/src/
arp.h 62 struct in_addr tip; member in struct:arp_msg
arp.c 74 const struct in_addr *tip = &astate->addr; local
83 ar.ar_pln = sizeof(tip->s_addr);
105 ZERO(sizeof(tip->s_addr));
107 APPEND(&tip->s_addr, sizeof(tip->s_addr));
111 return ps_bpf_sendarp(ifp, tip, arp_buffer, len);
296 memcpy(&arm.tip.s_addr, hw_t + ar.ar_hln, ar.ar_pln);
323 IN_ARE_ADDR_EQUAL(&arm.tip, &astate->addr) &&
  /src/sys/netinet/
if_arp.c 512 const struct in_addr *sip, const struct in_addr *tip,
521 KASSERT(tip != NULL);
560 memcpy(ar_tpa(ah), tip, ah->ar_pln); local
1354 struct in_addr tip = taddr->addr4, sip = zeroin_addr; local
1372 sockaddr_in_init(&dst, &tip, 0);
1386 IN_PRINT(ipbuf, &tip));
1391 arprequest(ifp, &sip, &tip, slladdr, tlladdr);
  /src/external/gpl3/gdb.old/dist/gdb/
nto-procfs.c 1440 struct tidinfo *tip; local
1446 tip = procfs_thread_info (pid, tid);
1447 if (tip != NULL)
1448 snprintf (&buf[n], 1023, " (state = 0x%02x)", tip->state);
  /src/usr.sbin/traceroute/
traceroute.c 1245 struct ip tip; local
1291 tip = *outip;
1293 oui = (struct udpiphdr *)&tip;
1304 *outip = tip;
  /src/external/gpl2/xcvs/dist/src/
rcs.c 4704 locked the tip revision of a branch, the new revision is
4706 obtained by incrementing the tip revision number. If the
4707 caller locked a non-tip revision, a new branch is started
4720 described above), return the tip of the default branch. */
4880 Return the number of the tip node on the new branch. */
5274 obtained by incrementing the tip revision number of that
5287 If the commit point is at the tip of a branch (or is the
5306 tip of the target branch. */
5307 char *branch, *tip, *newrev, *p; local
5323 /* Find the tip of the target branch. If we got a one- or two-digi
    [all...]

Completed in 46 milliseconds