Searched refs:sh2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A DMakefile4 SRCS= sh1.c sh2.c sh3.c sh4.c sh5.c sh6.c
/freebsd-11.0-release/contrib/ipfilter/ipsd/
H A Dipsdr.c59 int ipcmp(sh1, sh2)
60 sdhit_t *sh1, *sh2;
62 return sh1->sh_ip.s_addr - sh2->sh_ip.s_addr;
66 int ssipcmp(sh1, sh2)
67 ipss_t *sh1, *sh2;
69 return sh1->ss_ip.s_addr - sh2->ss_ip.s_addr;
H A Dipsd.c68 int ipcmp(sh1, sh2)
69 sdhit_t *sh1, *sh2;
71 return sh1->sh_ip.s_addr - sh2->sh_ip.s_addr;
/freebsd-11.0-release/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c319 static int doComputation(PTW_attackstate * state, uint8_t * key, int keylen, PTW_tableentry table[][n], sorthelper * sh2, int * strongbytes, int keylimit) { argument
343 choices[sh2[i].keybyte]++;
344 fixat = sh2[i].keybyte;
345 // printf("choices[%d] is now %d\n", sh2[i].keybyte, choices[sh2[i].keybyte]);
346 fixvalue = sh2[i].value;
353 } while (strongbytes[sh2[i].keybyte] == 1);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dmdebugread.c2731 SYMR sh2;
2745 &sh2);
2746 stabstring2 = debug_info->ss + fh->issBase + sh2.iss;
2723 SYMR sh2; local

Completed in 79 milliseconds