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

  /src/sys/netinet6/
ip6_input.c 256 int nxt, ours = 0, rh_present = 0, frg_present; local
422 ours = 1;
492 ours = 1;
516 ours = 1;
613 ours = 1;
661 if (!ours) {
665 } else if (!ours) {
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 304 target_terminal::ours () function in class:target_terminal
  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 304 target_terminal::ours () function in class:target_terminal
  /src/external/mpl/dhcp/dist/server/
mdb6.c 1207 /* See if it's ours. Static leases won't have an ia */
1208 int ours = 0; local
1216 ours = ((found->len == uid->len) &&
1225 if (!ours) {
dhcp.c 371 * If the lease is ours to (re)allocate, then allocate it.
466 int ours = 0; local
502 subnet -> shared_network, &ours, 0, ip_lease, MDL);
593 * are not going to try to allocate a lease that isn't ours.
629 * server source address (sip from incoming packet) is ours.
758 /* If the address the client asked for is ours, but it wasn't
760 if (!lease && ours) {
4180 struct packet *packet, struct shared_network *share, int *ours,
4326 if (ours)
4327 *ours = 1
    [all...]
  /src/sys/arch/arm/rockchip/
rk_vop.c 713 int ours = 0; local
725 ours = 1;
743 return ours;
  /src/sys/netipsec/
key.c 4496 * 1: ours
4509 int ours = 1; local
4517 goto ours;
4535 goto ours;
4547 goto ours;
4549 ours = 0;
4550 ours:
4553 return ours;
  /src/external/gpl3/gdb.old/dist/gdb/
target.c 1047 target_terminal::ours () function in class:target_terminal
  /src/external/gpl3/gdb/dist/gdb/
target.c 1047 target_terminal::ours () function in class:target_terminal

Completed in 66 milliseconds