Searched refs:nack (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h80 void nack(char *);
H A Dftpcmd.y1159 nack(p->name);
1185 nack(p->name);
H A Dftpcmd.c3215 nack(p->name);
3241 nack(p->name);
H A Dftpd.c1724 nack(char *s) function
/freebsd-12-stable/libexec/ftpd/
H A Dextern.h50 void nack(char *);
H A Dftpcmd.y750 nack($1);
H A Dftpd.c2610 nack(char *s)
/freebsd-12-stable/sys/netgraph/
H A Dng_l2tp.c1315 int nack; local
1322 if ((nack = L2TP_SEQ_DIFF(nr, seq->rack)) <= 0) {
1331 KASSERT(nack <= L2TP_MAX_XWIN,
1332 ("%s: nack=%d > %d", __func__, nack, L2TP_MAX_XWIN));
1339 for (i = 0; i < nack; i++)
1341 memmove(seq->xwin, seq->xwin + nack,
1342 (L2TP_MAX_XWIN - nack) * sizeof(*seq->xwin));
1343 memset(seq->xwin + (L2TP_MAX_XWIN - nack), 0,
1344 nack * sizeo
[all...]
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriomaintx-defs.h1416 uint32_t nack : 1; /**< Received packet-not-accepted acknowledge control member in struct:cvmx_sriomaintx_erb_err_det::cvmx_sriomaintx_erb_err_det_s
1462 uint32_t nack : 1;
1478 uint32_t nack : 1; /**< Received packet-not-accepted acknowledge control member in struct:cvmx_sriomaintx_erb_err_det::cvmx_sriomaintx_erb_err_det_cn63xxp1
1516 uint32_t nack : 1;
1605 uint32_t nack : 1; /**< Enable error rate counting of packet-not-accepted member in struct:cvmx_sriomaintx_erb_err_rate_en::cvmx_sriomaintx_erb_err_rate_en_s
1644 uint32_t nack : 1;
1660 uint32_t nack : 1; /**< Enable error rate counting of packet-not-accepted member in struct:cvmx_sriomaintx_erb_err_rate_en::cvmx_sriomaintx_erb_err_rate_en_cn63xxp1
1692 uint32_t nack : 1;
/freebsd-12-stable/sys/dev/ixl/
H A Dixl_pf_i2c.c463 bool nack = 1; local
515 status = ixl_clock_out_i2c_bit(pf, nack);
/freebsd-12-stable/contrib/opie/
H A Dftpcmd.y121 VOIDRET nack __P((char *));
987 nack(p->name);
1013 nack(p->name);
H A Dopieftpd.c1162 VOIDRET nack FUNCTION((s), char *s) function
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c2006 bool nack = 1; local
2054 status = ixgbe_clock_out_i2c_bit(hw, nack);
/freebsd-12-stable/sys/dev/e1000/
H A De1000_82575.c3198 bool nack = TRUE; local
3245 status = e1000_clock_out_i2c_bit(hw, nack);

Completed in 119 milliseconds