Searched refs:nk (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-pfsync.c373 struct pfsync_state_key *sk, *nk; local
380 nk = &s->key[PF_SK_WIRE];
382 sk->port[0] = nk->port[0];
387 nk = &s->key[PF_SK_STACK];
389 sk->port[1] = nk->port[1];
394 print_host(&nk->addr[1], nk->port[1], s->af, NULL);
395 if (PF_ANEQ(&nk->addr[1], &sk->addr[1], s->af) ||
396 nk->port[1] != sk->port[1]) {
405 print_host(&nk
[all...]
/freebsd-10-stable/sbin/pfctl/
H A Dpf_print_state.c211 struct pfsync_state_key *sk, *nk; local
219 nk = &s->key[PF_SK_WIRE];
221 sk->port[0] = nk->port[0];
226 nk = &s->key[PF_SK_STACK];
228 sk->port[1] = nk->port[1];
236 print_host(&nk->addr[1], nk->port[1], s->af, opts);
237 if (PF_ANEQ(&nk->addr[1], &sk->addr[1], s->af) ||
238 nk->port[1] != sk->port[1]) {
247 print_host(&nk
[all...]
/freebsd-10-stable/usr.bin/calendar/calendars/hu_HU.ISO8859-2/
H A Dcalendar.unnepek22 Easter+49 P�nk�sd
23 Easter+50 P�nk�sd h�tf�
H A Dcalendar.nevnapok97 03/19 J�zsef, B�nk
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf.c3119 struct pf_state_key *sk = NULL, *nk = NULL; local
3193 &nk, saddr, daddr, sport, dport, anchor_stack)) != NULL) {
3195 KASSERT(nk != NULL, ("%s: null nk", __func__));
3205 if (PF_ANEQ(saddr, &nk->addr[pd->sidx], af) ||
3206 nk->port[pd->sidx] != sport) {
3208 &th->th_sum, &nk->addr[pd->sidx],
3209 nk->port[pd->sidx], 0, af);
3214 if (PF_ANEQ(daddr, &nk->addr[pd->didx], af) ||
3215 nk
3533 pf_create_state(struct pf_rule *r, struct pf_rule *nr, struct pf_rule *a, struct pf_pdesc *pd, struct pf_src_node *nsn, struct pf_state_key *nk, struct pf_state_key *sk, struct mbuf *m, int off, u_int16_t sport, u_int16_t dport, int *rewrite, struct pfi_kif *kif, struct pf_state **sm, int tag, u_int16_t bproto_sum, u_int16_t bip_sum, int hdrlen) argument
4420 struct pf_state_key *nk = (*state)->key[pd->didx]; local
4491 struct pf_state_key *nk = (*state)->key[pd->didx]; local
4575 struct pf_state_key *nk = (*state)->key[pd->didx]; local
4819 struct pf_state_key *nk = local
4891 struct pf_state_key *nk = local
4958 struct pf_state_key *nk = local
5010 struct pf_state_key *nk = local
5053 struct pf_state_key *nk = local
5141 struct pf_state_key *nk = (*state)->key[pd->didx]; local
[all...]
/freebsd-10-stable/contrib/groff/src/libs/libbib/
H A Dlinear.cpp365 int nk = 0; local
370 nk++;
371 if (nk == 0)
373 keys = new bmpattern*[nk];
385 assert(nkeys <= nk);
/freebsd-10-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp91 int nk; member in class:tfm
317 nk = read2(ptr);
320 if (6 + lh + (ec - bc + 1) + nw + nh + nd + ni + nl + nk + ne + np != lf) {
336 kern = new int[nk];
366 for (i = 0; i < nk; i++)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp358 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind()); local
362 nk == DeclarationName::Identifier) {

Completed in 197 milliseconds